Utility-first CSS

Utility-first CSS is an approach where the interface is built using very specific classes (e.g. p-4, text-center) rather than traditional CSS components. It offers speed and consistency.