JSFiddle - React, Tailwind, and code Playground

by Vladymyr Shevchuk

JavaScript

console.log(a);

var a = 1;

function a () { return 2 }

console.log(a)