JSFiddle - React, Tailwind, and code Playground

HTML

<div id="first">
    <div class="second">
        <p>This is a <b>demo</b>.</p>
        <p>This paragraph has no B tag.</p>
        <p>This paragraph has no B tag.</p>
    </div>
</div>