JSFiddle - React, Tailwind, and code Playground
CSS
div {
width: 100px;
height: 100px;
border: 1px solid red;
}
JavaScript
for(let i =0; i <10000; i++) {
document.body.insertAdjacentHTML('afterbegin','<div></div>')
}
div {
width: 100px;
height: 100px;
border: 1px solid red;
}
for(let i =0; i <10000; i++) {
document.body.insertAdjacentHTML('afterbegin','<div></div>')
}