JSFiddle - React, Tailwind, and code Playground
by AndyE
HTML
<select><option value=""asd">Test</option></select>
JavaScript
alert($("option")[0].value);
by AndyE
<select><option value=""asd">Test</option></select>
alert($("option")[0].value);