JSFiddle - React, Tailwind, and code Playground

by Raynos

HTML

<script>
    window.foo = 4;
    alert(foo);
</script>

<script>
    var foo;
    alert(foo);
</script>