https://tailwindcss.com/docs/reusing-styles
Their advice is to use templating (components, partials, loops) to abstract and I agree. It ends up working a lot better than abstracting your CSS.
https://tailwindcss.com/docs/reusing-styles#extracting-class...
"Whatever you do, don’t use @apply just to make things look “cleaner”"
https://tailwindcss.com/docs/reusing-styles
Their advice is to use templating (components, partials, loops) to abstract and I agree. It ends up working a lot better than abstracting your CSS.