Comment faire du texte enveloppé sur des surfloe avec CSS

.example {
  overflow-wrap: break-word;
}
Defiant Dolphin