JSFiddle - React, Tailwind, and code Playground
JavaScript
function b(a){c=document
d="20px"
if(a<250)
e=c.createElement('p')
f=e.style
f.background="rgb("+a+','+a+','+a+")"
f.height=d
f.width=d
a+=5
c.body.appendChild(e)
b(a)}b(0)
function b(a){c=document
d="20px"
if(a<250)
e=c.createElement('p')
f=e.style
f.background="rgb("+a+','+a+','+a+")"
f.height=d
f.width=d
a+=5
c.body.appendChild(e)
b(a)}b(0)