JSFiddle - React, Tailwind, and code Playground

HTML

<div id="edittitle" title="Editing title">
<b>a</b>
</div>

JavaScript

alert($('#edittitle b').html());