JSFiddle - React, Tailwind, and code Playground

by unloco

HTML

<span class="message">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s</span>

CSS

.message {
  font-size: 22px;
  border-radius: 5px;
  color: white;
  background: red;
  white-space: pre-wrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}