JSFiddle - React, Tailwind, and code Playground
HTML
<form id="the-form">
<input name="username" type="text" value="mattlunn" />
<input name="password" type="password" value="pass1234" />
</form>
JavaScript
alert($('#the-form').serialize());