JSFiddle - React, Tailwind, and code Playground

JavaScript

function f(g) {
   alert(g(22));
}
f(function(a) 11+a)