JSFiddle - React, Tailwind, and code Playground
JavaScript
alert((play = prompt('Want to play a guessing game?').toUpperCase()));
alert("play: " + play);
alert((play = prompt('Want to play a guessing game?').toUpperCase()));
alert("play: " + play);