JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>
<script>
    document.getElementById("test").innerHTML = "It works!";
</script>
</head>
<body>
    <span id="test">It doesn't work :(</span>
</body>
</html>