JSFiddle - React, Tailwind, and code Playground

by Rodwyn Moreno

Babel + JSX

async function f() {
  return 1;
}

f().then(alert); // 1