JSFiddle - React, Tailwind, and code Playground

by Kevin Faulhaber

JavaScript

alert((function (custom) {
    return 'This works for some reason ;) : ' + custom;
})((function(){
    return prompt('Type a custom message for fun');
})()));