JSFiddle - React, Tailwind, and code Playground

HTML

<div id="labelhm">
  <p></p>
  <p></p>
</div>

JavaScript

var x = "<label id='idteste'>Testando" +
        "</label></div>"
$('#labelhm p:first').html(x);