JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<html>
  <head>
  </head>
  <body>
    <h1>My first JavaScript code</h1>

    <!-- JavaScript runs after the HTML -->
    <script>alert ('Hello World');</script>

  </body>
</html>