JSFiddle - React, Tailwind, and code Playground
by ktstowell
JavaScript
console.log('This line is first.')
setTimeout(function() {
console.log('This line is second.')
}, 0);
console.log('This line is third.')
by ktstowell
console.log('This line is first.')
setTimeout(function() {
console.log('This line is second.')
}, 0);
console.log('This line is third.')