JSFiddle - React, Tailwind, and code Playground

by rosenfeld

CoffeeScript

start = new Date().getTime()
body = $('body')
for i in [1..1000]
    body.append $('<p/>').text('paragraph')
    
console.log (new Date().getTime() - start)/1000