JSFiddle - React, Tailwind, and code Playground
by gravof
CSS
body {background-color: black}
JavaScript
document.styleSheets[2].cssRules[0].style.setProperty('background-color','gray', '')
by gravof
body {background-color: black}
document.styleSheets[2].cssRules[0].style.setProperty('background-color','gray', '')