JSFiddle - React, Tailwind, and code Playground
by hbulhoes
HTML
<input id="user_394783" type="hidden" value="3">
JavaScript
var userID = 394783;
document.write($("#user_"+userID).val());
by hbulhoes
<input id="user_394783" type="hidden" value="3">
var userID = 394783;
document.write($("#user_"+userID).val());