JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<h1>This document exposes a FooBar property with value 42. Check it out!</h1>
</body>
JavaScript
var FooBar = 42;
<body>
<h1>This document exposes a FooBar property with value 42. Check it out!</h1>
</body>
var FooBar = 42;