JSFiddle - React, Tailwind, and code Playground

by martinschaer

JavaScript

// override console.log for use in jsfiddle
var console={log:function(x){var a=["\x3C\x70\x72\x65\x3E","\x3C\x2F\x70\x72\x65\x3E"];document.writeln(a[0]+x+a[1])}};

(function(i,p,s,t,f){
    for(i++;i>0;)f(--i==0?t:p+i+s);
}(99,'',' bottles of beer','No more bottles of beer.',console.log));