JSFiddle - React, Tailwind, and code Playground JavaScript function a(){ alert("A!"); return function(){ alert("B!") }; } a()();