JSFiddle - React, Tailwind, and code Playground

HTML

<div class='a'>
  <div class='b'>
    this is just a random statment
  </div>
</div>

CSS

.a{display: flex;}
.b {flex: 0 0 auto;
width:0;
border: 1px solid red;}