how to make text wrap on overfloe with css

CSS
.example {
  overflow-wrap: break-word;
}
Source

Also in CSS: