When working with a CSS utility framework like Tailwind, you'll often run into situations where you repeat the same set of utility classes throughout the entire application. Common examples of this are buttons, panels, and headings. While you can remove this duplication by extracting a CSS class, instead consider a Blade component. Have a look.
*Series still in development. Check back often for updates.