JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<html>
  <head>
  </head>
  <body>
    <h1>Commentaires en JavaScript</h1>
    <script>
      //alert('Moi je connais une pop-up qui énerve les gens.');
      console.log ("Ici, c'est plus discret");
    </script>
  </body>
</html>