JSFiddle - React, Tailwind, and code Playground

by Viet27th

JavaScript

let dispatch = (b) => {
b();		
}
dispatch((x) => {
	console.log('ahi',x)
})