JSFiddle - React, Tailwind, and code Playground

by ElemarJR

JavaScript

for (var i = 1; i <= 5; i++)
    setTimeout(function() { console.log(i); }, 0);