JSFiddle - React, Tailwind, and code Playground

JavaScript

var monkey = "Gorilla";

function greetVisitor(){
  return alert("Hello dear blog reader!");
}

alert(monkey);
greetVisitor();