JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    Some text Some text Some text 
</div>

CSS

div{
    min-width: 200px;
}