I recently decided to document and open-source the component library that I've been using internally on all my react-tailwindcss projects and share it.<p>Rewind-UI uses only TailwindCSS classes, which can be overridden using the className prop on each component or can be fully customized using a theme provider.<p>It is built on top of the CVA (class-variance-authority - <a href="https://cva.style/docs" rel="nofollow">https://cva.style/docs</a>) library, so if anyone needs to adjust the theme, will just need to edit the CVA files.<p>Furthermore it must be noted that you can add either all the style files in your tailwind.config.js file, or only those that you are going to use, so that you can avoid having a bloated css file.<p>You can check out the repository here: <a href="https://github.com/rewindui/rewindui">https://github.com/rewindui/rewindui</a><p>Even though it is still in beta I would love to hear your feedback on it.