<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;
}
Run Pen

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.