JSFiddle - React, Tailwind, and code Playground

by Abhishek Nandgaonkar

HTML

<html>

<script>
</script>
<body>
  <div id="abc">
    test
  </div>
</body>

</html>

JavaScript

document.getElementById('abc');
document.setInnerText('newText')