JSFiddle - React, Tailwind, and code Playground

by rakhi5b4

JavaScript

setTimeout(() => {
	alert(2);
}, 0);
alert(1);