JSFiddle - React, Tailwind, and code Playground

by lasha

JavaScript

var a = 21;

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

b();