JSFiddle - React, Tailwind, and code Playground

HTML

<form action="/" method="post">
    <input type="text" name="foo" value="123" />
</form>

JavaScript

document.getElementsByTagName('form')[0].onsubmit=function(){alert('wkh00y');return false;}