JSFiddle - React, Tailwind, and code Playground
HTML
<input type="hidden" id="2-rooms" value="I have id 2-rooms" />
JavaScript
alert($('#2-rooms').val());
<input type="hidden" id="2-rooms" value="I have id 2-rooms" />
alert($('#2-rooms').val());