JSFiddle - React, Tailwind, and code Playground

JavaScript

for (var i=1; i < 100; i += 2){
  document.write(i);
  document.write("<br />");
}