React components within an iframe for isolated css styling
npm install react-frame --save
https://pqx.github.io/react-frame/example
<Frame
styleSheets={['frame1.css']}
css={'body{background-color:#eee;}'}>
<div className="title">
Parturient Ipsum Cursus Purus Justo
</div>
</Frame>
MIT