JSFiddle - React, Tailwind, and code Playground

by anazimok

HTML

<input type="text" name="childage[3]" placeholder="0" value="test">
<input type="text" name="childage[8]" placeholder="0"/>
<input type="text" name="childage[12]" placeholder="0"/>

JavaScript

console.log($("input[name='childage[3]']").val())