JSFiddle - React, Tailwind, and code Playground

by bobbyrne01

JavaScript

test(function(result){
	alert(result);
});

function test(callback){

	callback('callback')
  alert('after callback');
}