JSFiddle - React, Tailwind, and code Playground by Stefan Zamfira October 19, 2018 JavaScript function t(x) { return function() { console.log(x) } } t('a')()