JSFiddle - React, Tailwind, and code Playground

by masaab algailani

JavaScript

var customer = prompt('Please enter your name');
alert('Hello '+ (customer || 'Sir'));