JSFiddle - React, Tailwind, and code Playground

by aanita0309

JavaScript

function SayHi(s) {
alert(s);
}

SayHi("anita");