JSFiddle - React, Tailwind, and code Playground by Andrey February 28, 2019 JavaScript const a = new Array(100).fill(0).map((item, index) => index); console.log(a);