JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<input name="test" type="text">
<input name="test" type="text">
<input name="test" type="text">
<input name="test" type="text">
<button onclick="console.log( $( 'form' ).serializeArray() );
event.preventDefault();">
awd
</button>
</form>