JSFiddle - React, Tailwind, and code Playground

by justinwyllie

JavaScript

function test() {
		var x = 2;
    console.log(window.x); 
}

test();