JSFiddle - React, Tailwind, and code Playground

by ordette

JavaScript

var name = prompt("What's your name?");
console.log("Hello " + name);