JSFiddle - React, Tailwind, and code Playground
by basarat
HTML
<form>
<input required/>
<button onClick="alert('just a button that made its way into the form you didnt expect me to get called did ya?')">Some random button e.g. from a date picker</button>
<button type="submit" disabled>I am disabled because the form has some validation issues</button>
</form>