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')