JSFiddle - React, Tailwind, and code Playground

by mowglisanu

HTML

<INPUT type="button" value="Submit" name=button1 onClick="return OnButton1();">

JavaScript

function OnButton1() {
  alert("Verification code must be filled out.");
  return false;
}