npm install style-inject    
Inject style tag to document head.
``bash`
npm install style-inject
`javascript
import styleInject from 'style-inject';
const css =
body {
margin: 0;
};`
styleInject(css, options);
Type: stringtop
Possible values: undefined
Default:
Insert style tag to specific position of head` element.
MIT © EGOIST