JSFiddle - React, Tailwind, and code Playground

by Julien Etienne

JavaScript

for (var i = 0; i < 10; i++) {
  setTimeout(() => console.log(i))
}