JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/base/jquery-ui.css">
<input type="hidden" id="hdnfield" name="language"/>
JavaScript
var javascriptvariable='31october';
$('#hdnfield').val(javascriptvariable);
alert($('#hdnfield').val());