JSFiddle - React, Tailwind, and code Playground

by ha ha

JavaScript

const animals = ["lion", "tiger"];
for (let i=0; i<animals.length; i++) {
  console.log(animals[i]);
}