JSFiddle - React, Tailwind, and code Playground

by nerdycap007

JavaScript

for (var i=0; i< 3; i++){
	console.log('hey');
}

console.log(i);