JSFiddle - React, Tailwind, and code Playground

by Alex Fogarty

JavaScript

for (var x = 0; x<10; x++){
alert("The number is " + x);

}