Landings
Stacks
Colors
Submit
About
Tailwind CSS
Word Break
Utilities for controlling word breaks in an element.
Class
Properties
break-normal
overflow-wrap: normal;
word-break: normal;
break-words
overflow-wrap: break-word;
break-all
word-break: break-all;
break-keep
word-break: keep-all;