JSFiddle - React, Tailwind, and code Playground
HTML
<form id="f" onsubmit="alert('submit')" onformdata="alert('formdata')">
<button type="button" onclick="document.getElementById('f').submit()">
ssssdsd
</button>
</form>
<form id="f" onsubmit="alert('submit')" onformdata="alert('formdata')">
<button type="button" onclick="document.getElementById('f').submit()">
ssssdsd
</button>
</form>