Tailwind, styled components, or both 🤔
Thread
Very different approaches, so using the together might be more trouble than it's worth. Imo, Tailwind offers 90% of what you need, especially with arbitrary values. tailwindcss.com/docs/adding-cu…

Adding Custom Styles - Tailwind CSS
Best practices for adding your own custom styles to Tailwind.
tailwindcss.com
I’ve been using styled for a few years now but just diving into tailwind, wasn’t sure if they mixed or not! Thanks Nate!
Also update on the tailwind v styled front: tailwind eats styled for lunch. This is how ive wanted to build for years 👏 Variants looks slick too, that’s sort of how I used to run styled in components to conditionally cut down on exports.