JSFiddle - React, Tailwind, and code Playground

by Aaron von Schassen

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>