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>