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 2px;
width:0px;
border: 1px solid red;}
<div class='a'>
<div class='b'>
this is just a random statment
</div>
</div>
.a{display: flex;}
.b {flex: 0 0 2px;
width:0px;
border: 1px solid red;}