JSFiddle - React, Tailwind, and code Playground

by charlescarver

JavaScript

for (var i=2; i<10000; i++){
    $("body").append(i + " ");
}