Use tailwind config in ReactJs components

Did you know you can import tailwind-config file in your React components? I use …

Did you know you can import tailwind-config file in your React components? I use it to prevent code repetition for my breakpoints like the image provided. but it has other stuff in that config too.

tailwind config image

Give it a try!