Description : Line height can be controlled using the `leading-` utilities in Tailwind.
Answer :
To control line height in Tailwind, use the `leading-` classes. For example:`leading-normal`,`leading-loose`, or `leading-tight`. These adjust the vertical spacing between lines of text.`<p class='leading-loose'>` will apply loose spacing between lines, making the text easier to read.