JSFiddle - React, Tailwind, and code Playground

by Aaron Zhang

JavaScript

setTimeout(function(){
    alert('1');
},0);
alert(2);