JSFiddle - React, Tailwind, and code Playground

by ifandelse

JavaScript

var name ="Hunter";

function sayHi(nm) {
     alert("Hi, " + name);
}