JSFiddle - React, Tailwind, and code Playground

by goggin13

JavaScript

for (i = 1; i <= 3; i++) {
    alert(i + " : hello Yael");
}