JSFiddle - React, Tailwind, and code Playground
by jrab227
HTML
<script type="text/javascript">
const b = "foo"
</script>
<script type="text/javascript">
alert(b)
</script>
by jrab227
<script type="text/javascript">
const b = "foo"
</script>
<script type="text/javascript">
alert(b)
</script>