JSFiddle - React, Tailwind, and code Playground
HTML
<div id="test"></div>
JavaScript
for (var i = 0; i < 100; i++) { $("#test").append(Math.floor(Math.random() * 90 + 10) + " "); }
<div id="test"></div>
for (var i = 0; i < 100; i++) { $("#test").append(Math.floor(Math.random() * 90 + 10) + " "); }