Problem Statement
What are two ways to center content both vertically and horizontally using Tailwind?
Explanation
One method is to use Flex utilities: flex, justify-center, and items-center. Another is using Grid with place-items-center.
Both approaches simplify centering without writing custom CSS.
