JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body id="abc">
balh balh
</body>
</html>
JavaScript
//document.getElementById("abc").style.backgroundColor = "#FF4545"
abc.style.backgroundColor = "#FF4545"
<html>
<body id="abc">
balh balh
</body>
</html>
//document.getElementById("abc").style.backgroundColor = "#FF4545"
abc.style.backgroundColor = "#FF4545"