I want to customize the header of the tabs component ANTD. For example, I want to add some div on that component. Based on the documentation we can use this way.
Which way is to use the react sticky library. But that library is no longer supported for react 18. It gives an error:

What I really want to do is something like this. But if I use that method it will be difficult to make it look responsive.
Is there any other way or alternative to customize the header of the tabs component?