Utilities for controlling how the text of an element overflows.
Use the truncate utility to prevent text from wrapping and truncate overflowing text with an ellipsis (…) if needed:
Use the text-ellipsis utility to truncate overflowing text with an ellipsis (…) if needed:
Use the text-clip utility to truncate the text at the limit of the content area:
This is the default browser behavior.