What you mean tab-strips ? There are toooooooo many good HTML ui components, good I mean beauty, good code quality, maintained by a team, but maybe not good enough for your use case. UI is verrrrrry subjective.
There is no such thing like desktop native components, you have to choose the desktop first, every desktop is different, but there are always someone simulate the ui.
I have been unable to find any "desktop-like" components.
There are many many things that just use some CSS styling on native radio buttons or whatever, but very few that offer higher-level functionality like tab-strips where I can pull of a tab and reorder it etc. I.e. more than just styling some divs.
Yes, there is no fully desktop like components, looks like desktop but no desktop. Just like recently the app is not that native look, only flutter give you almost pixel perfect native looking, native is hard, build for the base os needs, not for every one to use.
The good side of using native is less learning more intuitive, but everyone doing there own design system now, users already trained to use newer design pattern.
All these components/frameworks are build for websites, but a desktop application looks different. I haven‘t seen a maintained desktop application ui framework in years.
Quite enjoying https://daisyui.com/ at the moment, and in general any framework built with tailwind CSS that allows styling with tailwind utility classes.
Not just styling buttons with CSS, but actual components like e.g. tab-strips?