JSFiddle - React, Tailwind, and code Playground

by Andrey

JavaScript

const a = new Array(100).fill(0).map((item, index) => index);
console.log(a);