JSFiddle - React, Tailwind, and code Playground

JavaScript

setTimeout(function(word) {
  alert('You said \'' + word + '\'');
}, 5000, 'boo');