JSFiddle - React, Tailwind, and code Playground

by Rishi Gautam

HTML

<head>
  <script>
    (function() {
      document.appendChild(document.createElement("Div>"))
    })();

  </script>
</head>

<body>
  <div>
    Hello World!
  </div>
</body>