JSFiddle - React, Tailwind, and code Playground

by youssef moudine

JavaScript

var posts = [];
for(let i=1; i<= 100; i++){
	posts.push({_id: i, publish_date: new Date().getTime()})
}

console.log()