JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    This/is what I want is/everything in this world beautiful to see for me a/love is more happiness thing than money text/me to say I miss you too
</div>

CSS

div {
        width: 100%;
        max-width:2000px;
        min-width: 600px;

        background:yellow;
     }