JSFiddle - React, Tailwind, and code Playground
HTML
<span class="text">This is a text with some veeeeeeeeeeeery long words</span>
CSS
.text{
width: auto;
max-width: 260px;
border: 1px solid red;
display: inline-block;
}
<span class="text">This is a text with some veeeeeeeeeeeery long words</span>
.text{
width: auto;
max-width: 260px;
border: 1px solid red;
display: inline-block;
}