JSFiddle - React, Tailwind, and code Playground

by rrryutaro

JavaScript

function Main(input) {
  alert('Hello ' + input + '!');
}
Main('World');