JSFiddle - React, Tailwind, and code Playground

by Znarkus

HTML

<p>long words are very short</p>

CSS

p {
    width: 20px;
	-moz-hyphens:auto;
-ms-hyphens:auto;
-webkit-hyphens:auto;
hyphens:auto;
word-wrap:break-word;
}