JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<script>
window.test = 'toto';
</script>
<script>
console.log(window.test);
</script>
by oilvier
<script>
window.test = 'toto';
</script>
<script>
console.log(window.test);
</script>