JSFiddle - React, Tailwind, and code Playground

JavaScript

for (var i=0; i < 10; i++) {
    document.write(i + 1 + ' ');
}