JSFiddle - React, Tailwind, and code Playground
by eddiarnoldo
HTML
<h1>Message</h1>
JavaScript
window.document.styleSheets[0].insertRule("h1{color:red;}",window.document.styleSheets[0].cssRules.length)
by eddiarnoldo
<h1>Message</h1>
window.document.styleSheets[0].insertRule("h1{color:red;}",window.document.styleSheets[0].cssRules.length)