JSFiddle - React, Tailwind, and code Playground

by kapantzak

Babel + JSX

async function fn() {
	return 1;
}

fn().then(alert);