React hooks and components to work with iframe-bridge.
Install the package:
npm i react-iframe-bridge
Add the package's files to TailwindCSS' purge configuration:
module.exports = {
purge: {
'./node_modules/react-iframe-bridge/lib/**/*.js',
},
};