JSFiddle - React, Tailwind, and code Playground
HTML
<div class="divCls">
</div>
JavaScript
$(".divCls").append("<span class='label label-important'>"+hi+'</span>')
//.html("Hi")
<div class="divCls">
</div>
$(".divCls").append("<span class='label label-important'>"+hi+'</span>')
//.html("Hi")