JSFiddle - React, Tailwind, and code Playground

JavaScript

function then(x) {
  alert('then ' + x)
}

then('is not a keyword')