I have someone I'm shepherding to learn tailwind and Astro. They're contributing to an open source project. They are using tailwind with the apply directive in style files with classes.
How can I politely tell them to use inline classes, colocate jsx / component and styles? I feel like coming from a css background yeah files make sense. But with components it's an added step.
I can't find any articles advocating for colocation of jsx / tailwind nor know how to articulate the ask. Thoughts?