JSFiddle - React, Tailwind, and code Playground
HTML
<ol id="collection"></ol>
JavaScript
var i = 0;
for (i=0; i<5000; i++) {
$('#collection').append('<li>Line Item</lI>');
}
<ol id="collection"></ol>
var i = 0;
for (i=0; i<5000; i++) {
$('#collection').append('<li>Line Item</lI>');
}