JSFiddle - React, Tailwind, and code Playground

by flyingbee2012

HTML

<p class="wrap w">
    This IsA Very Very Long World
</p>
<p class="break w">
    This IsA Very Very Long World
</p>

CSS

.wrap{word-wrap:break-word;}
.break{word-break:break-word;}
.w{width:40px;}