JSFiddle - React, Tailwind, and code Playground

by roshan100kar

JavaScript

let name = prompt("Enter Your Name");
console.log("Hello " + name);