JSFiddle - React, Tailwind, and code Playground

by Stefan Zamfira

JavaScript

function t(x) {
	return function() {
  	console.log(x)
  }
}

t('a')()