JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <head>
        <script src="./mootools.js"></script>
        <script>
            window.addEvent('domready', function(){
                alert('Hello Back!');
            });
        </script>
    </head>
    <body>
    </body>
</html>