JSFiddle - React, Tailwind, and code Playground

by Naveen Ravichandran

JavaScript

console.log(1);
debugger;
setTimeout(function(){ console.log(2) }, 0);
debugger;
console.log(3)
debugger;