Does react have a plug-in similar to chrome-tabs?

background:
now the project wants to add a requirement, similar to the function of the chrome tab, so that it is convenient for users to browse and use, as shown in the figure:
found that it uses a plug-in called chrome-tabs, the principle is that every tab page generated is iframe;, but our system uses the react version of the chrome-tabs plug-in that is not found on react,.

reactiframereact

question:
1. If you don"t use iframe, use a lot of "fake" tab pages, considering that users opening too many pages will affect the performance of the page.

Mar.30,2021

antd-Tabs
I took a look at the Tabs of antd. You can choose the card type, the style is the same, and you can turn off


antd tabs

.
Menu