Is there an existing tailwind-react library to use?

I recently bought tailwindui, but I find it quite annoying to manually create a component for every single component,
i.e. copy-pasting the html, then adding various props with 'class-variance-authority' etc.
Is there a pre-existing tailwind react component library, where we can simply copy the existing .tsx files into our project?
I feel like this would save a lot of time, while also having full control over the components themselves.
Was this page helpful?