JSFiddle - React, Tailwind, and code Playground

by ChangJoo Park

JavaScript

{
	var a = 1
}

console.log(a)


{ 
	let b = 2
}

console.log(b)