Description : Use the `underline`, `line-through`, or `no-underline` utilities for text decoration.
Answer :
In Tailwind, text decoration is controlled with classes like `underline`,`line-through`, and `no-underline`. For example,`<p class='underline'>` will underline the text, and `<p class='no-underline'>` will remove any text decoration.