JSFiddle - React, Tailwind, and code Playground

by Ekul

HTML

<script type="text/javascript">
      var uinput = prompt("what is the result of 2+2?","");
      if (uinput == "4") alert ("I bet you cheated!");
      else if (uinput =="3" || uinput == "5") alert ("Almost!");
      else alert ("Brain failiure?");
      </script>