JSFiddle - React, Tailwind, and code Playground

by bilbobaggins

JavaScript

var a = 1;
one();
function one() {
	console.log(a);
}