JSFiddle - React, Tailwind, and code Playground

JavaScript

var number = 5;
var i;
if (number < 10) {
    alert("0"+number);
}