JSFiddle - React, Tailwind, and code Playground

JavaScript

function foo(){
    return function bar(){
        return 1+1;
    }
}

alert(foo()())