<div>
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
<div class="balanced">
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
</div>
div {
border: 1px solid black;
width: 100%;
margin-bottom: 1rem;
text-align: center;
}
.balanced {
text-wrap: balance;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.