JSFiddle - React, Tailwind, and code Playground

by photo_tom

HTML

<div><u>Documents and Files</u></div>
<ul>
  <li class='firstLine'>These documents needs to be tested and reviewed. Please check the details.</li>
</ul>

CSS

.firstLine {
  max-width: 430px;
  word-wrap: normal;
}