JSFiddle - React, Tailwind, and code Playground
by pollo
HTML
<div id='console'></div>
JavaScript
setTimeout(function(){
alert('1');
},1);
alert('2');
alert('3');
alert('4');
alert('5');
alert('6');
by pollo
<div id='console'></div>
setTimeout(function(){
alert('1');
},1);
alert('2');
alert('3');
alert('4');
alert('5');
alert('6');