JSFiddle - React, Tailwind, and code Playground
JavaScript
alert((function (custom) {
return 'This works for some reason ;) : ' + custom;
})((function(){
return prompt('Type a custom message for fun');
})()));
alert((function (custom) {
return 'This works for some reason ;) : ' + custom;
})((function(){
return prompt('Type a custom message for fun');
})()));