JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<div class="parent">
<div class="child">aljsdkhfg;kadsjh&nbsp;gjzsdfgasedrtg&nbsp;erasrgzDS&nbsp;Fbsd</div>
</div>

CSS

.parent{
    height:400px;
    width:600px;
    border:1px solid red;
}
.child{
    display:table-cell;
	 max-width:230px;
	 word-wrap: break-word;
    border:1px solid blue;
}