JSFiddle - React, Tailwind, and code Playground

by Fabian Allel

JavaScript

var i=0;

while(i<20){
alert('maricĂłn!!');
    i++;
}