JSFiddle - React, Tailwind, and code Playground
HTML
<p>
Dir1\<wbr />Important\<wbr />Info 123\<wbr />test
</p>
CSS
p {
width: 50px;
white-space: nowrap;
}
<p>
Dir1\<wbr />Important\<wbr />Info 123\<wbr />test
</p>
p {
width: 50px;
white-space: nowrap;
}