JSFiddle - React, Tailwind, and code Playground

JavaScript

$(function() {
        window.test = "Hello";
    });
    alert(test);

    $(function() {
        test2 = "World";
    });
    alert(test2);