JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<html>
  <head>
  </head>
  <body>
    <h1>CComments in JavaScript</h1>
    <script>
      alert('I know a pop-up that annoys people.');
      console.log ("In the console, it is more discreet.");
    </script>
  </body>
</html>