JSFiddle - React, Tailwind, and code Playground JavaScript function hi(){ return function(){ alert('some things') } } hi()();