JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bla">
      <div>
        <strong>some text</strong>
        <br />
        boomboomboom
      </div>
</div>

CSS

.bla div {
      text-indent: -9999px;
    }
    .bla div strong {
      text-indent: 0px;
    }