JSFiddle - React, Tailwind, and code Playground
JavaScript
var posts = [];
for(let i=1; i<= 100; i++){
posts.push({_id: i, publish_date: new Date().getTime()})
}
console.log()
var posts = [];
for(let i=1; i<= 100; i++){
posts.push({_id: i, publish_date: new Date().getTime()})
}
console.log()