JSFiddle - React, Tailwind, and code Playground

by samu_eyes

HTML

<button onClick="(function(){
    alert('Hey i am calling');
    return false;
})();return false;">click here</button>