The following paragraph is inside a container with a fixed width (`w-72`). The `truncate` class will ensure the text stays on a single line and shows "..." if it overflows.
This is a very long piece of text that is specifically designed to be longer than its container. When the `truncate` class is applied, it should be cut off neatly with an ellipsis at the end.
This paragraph is also inside a container with the same fixed width (`w-72`). Without `truncate`, the text will wrap to multiple lines as needed.
This is a very long piece of text that is specifically designed to be longer than its container. Without the `truncate` class, this text will wrap naturally to fit within the bounds of its parent element.