JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

JavaScript

let arr = [];

for (let i = 0; i < 10; i++) {
	arr.push({name: i});
}