JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<!-- Empty title -->
<h1 id="title"></h1>

<script>
  let element = document.getElementById('title');
  element.innerText = "Title updated!"
</script>