JSFiddle - React, Tailwind, and code Playground

by lostinplace

JavaScript

var x = function() {
    alert('hello')
};
x();