JSFiddle - React, Tailwind, and code Playground

JavaScript

var x = 'foo';
let y = 'bar';

console.log(window.x, window.y);