JSFiddle - React, Tailwind, and code Playground

by brigand

HTML

<script>
setTimeout(() => {
console.log(FooBar)
})
</script>
<script>
class FooBar {}
</script>
<script>
console.log(2, (0, eval)('FooBar'))
</script>