JSFiddle - React, Tailwind, and code Playground

HTML

<h1></h1>
<script type="text/javascript" language="javascript">
const myHeading = document.querySelector('h1');
myHeading.textContent = 'Hello World!';
</script>