JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

.bla div{
  text-indent: -99999px;
}