JSFiddle - React, Tailwind, and code Playground

by FishBasketGordo

JavaScript

(function doAlert(msg) {
    alert(msg);
    return doAlert;
}('Hello')('World'));