JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
HTML
<html>hello</html>
CSS
.dark {
background-color: red;
}
JavaScript
document.getElementsByTagName("html")[0].classList.add('dark')
by WoJWoJ
<html>hello</html>
.dark {
background-color: red;
}
document.getElementsByTagName("html")[0].classList.add('dark')