JSFiddle - React, Tailwind, and code Playground
by WK_of_Angmar
HTML
<div id="whatever">This should turn blue.</div>
<script type="text/javascript">
document.getElementById("whatever").style.backgroundColor = "blue";
</script>
by WK_of_Angmar
<div id="whatever">This should turn blue.</div>
<script type="text/javascript">
document.getElementById("whatever").style.backgroundColor = "blue";
</script>