JSFiddle - React, Tailwind, and code Playground

by Jatin Patil

HTML

<form onSubmit="if(!confirm('Is the form filled out correctly?')){return false;}">
<input type="submit" />
</form>