JSFiddle - React, Tailwind, and code Playground

by yi hom

JavaScript

test();
var a = 10;
test();
function test(){
 console.log(a);
}