JSFiddle - React, Tailwind, and code Playground
by brigand
HTML
<div id="out"></div>
<script>
const foo = 1;
</script>
<script>
out.textContent = foo
</script>
by brigand
<div id="out"></div>
<script>
const foo = 1;
</script>
<script>
out.textContent = foo
</script>