JSFiddle - React, Tailwind, and code Playground

by Eric Hynds

HTML

<form id="form5">
    <input type="text" name="foo" value="bar" />
</form>

JavaScript

alert( $("#form5").serialize() );