JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<html>
<head>
</head>
<body>
<h1>Mon premier programme en JavaScript</h1>
<!-- Le JavaScript s'exécute après le HTML -->
<script>alert ('Hello World');</script>
</body>
</html>