JSFiddle - React, Tailwind, and code Playground

by shapeshifta

JavaScript

for (var i = 97; i <= 122; i++) {
    alert(String.fromCharCode(i));
}