JSFiddle - React, Tailwind, and code Playground by rrryutaro June 02, 2018 JavaScript function Main(input) { alert('Hello ' + input + '!'); } Main('World');