JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <body>
        <script type="text/javascript">
            document.write('<script type="text/javascript">alert(1);</script>');
            alert(2);
        </script>
    </body>
</html>