JSFiddle - React, Tailwind, and code Playground
HTML
<div id="errorSuccess" >ceva</div>
<div><input type="hidden" id="eroare" /></div>
JavaScript
$( "#errorSuccess" ).html( "<b>" + "AASAS" + "</b>"); //this is not working
<div id="errorSuccess" >ceva</div>
<div><input type="hidden" id="eroare" /></div>
$( "#errorSuccess" ).html( "<b>" + "AASAS" + "</b>"); //this is not working