When I began my exploration of Tailwind with react, I encountered a hurdle. I have a strong dislike for inline CSS due to its subpar code readability. Is there a method available that would allow me to write Tailwind CSS in a separate file and then import it into my JSX file, similar to how we work with traditional CSS?
If anyone has any guidance on how to achieve this, please share your wisdom.