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 ("Dans la console, c'est plus discret");
    </script>
  </body>
</html>