Description : Use the `p-` utilities to add padding to all sides.
Answer :
In Tailwind, padding can be added to all sides of an element using the `p-` utilities. For example:`p-4` adds 1rem of padding to all sides. You can also control padding individually for each side using `pt-`,`pb-`,`pl-`, and `pr-`for top, bottom, left, and right respectively.