JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<html>
  <head>
    <!-- Le JavaScript est inséré dans l'en-tête HTML -->
    <script>alert ('Hello World');</script>
  </head>
  <body>
    <h1>Mon premier programme en JavaScript</h1>
  </body>
</html>