JSFiddle - React, Tailwind, and code Playground
by rosenfeld
CoffeeScript
start = new Date().getTime()
content = []
for i in [1..1000]
content.push '<p>paragraph</p>'
document.body.innerHTML = content.join('')
console.log (new Date().getTime() - start)/1000