JSFiddle - React, Tailwind, and code Playground

by nerdycap007

JavaScript

for (let i = 0; i <= 10; i++) {
  console.log(i)
}