JSFiddle - React, Tailwind, and code Playground
JavaScript
/* Hello and World are both treated as resolved deferreds - they can be replaced with any function, like a $.get, etc */
$.when( "Hello", "World" , "test").then(
function(x, y,a){ alert(x + " " + y + " " + z); }
);