JSFiddle - React, Tailwind, and code Playground
by Husen
HTML
<ul class="remove-bullet-list hanging">
<li>
<div class="description"> <b>Description: </b>
</div>
<div class="description-text">Large amount of text. Large amount of text. Large amount of text. Large amount of text. Large amount of text. Large amount of text. Large amount of text. Large amount of text. Large amount of text. Large amount of text.</div>
</li>
</ul>
CSS
.description-text {
background-color: pink;
padding-left: 14px;
display: table;
}
.description {
background-color: green;
float:left;
}