JSFiddle - React, Tailwind, and code Playground

HTML

<body>
Hallo
</body>

JavaScript

$(document).ready(function () {
    alert("HelloWorld");
});