JSFiddle - React, Tailwind, and code Playground

by Harmonix Motion

JavaScript

var name = input("Enter your name: ");
alert("Hello" + " " + name + "!"+ "How you doing?");