JSFiddle - React, Tailwind, and code Playground

by kwilson81

JavaScript

(function speak(text) {
    alert(text);
}("hello"));