JSFiddle - React, Tailwind, and code Playground
by Zaheer Ahmed
HTML
<input type="text" maxlength="255" name="amount[]" value='sadf' >
<input type="text" maxlength="255" name="amount[]" value='sadfe' >
JavaScript
alert($("input[name='amount[]']")[0].value);