JSFiddle - React, Tailwind, and code Playground

by Trevor W

JavaScript

for (let i = 0; i < 4; i++) {
    console.log("i",i);
    
  }