JSFiddle - React, Tailwind, and code Playground
by wrxsti85
HTML
<input name="test" type="text" value="test" />
JavaScript
alert($('input[name="test"]'))
by wrxsti85
<input name="test" type="text" value="test" />
alert($('input[name="test"]'))