<Tabs
tabBarGutter={10}
items={[
{
key: "1",
label: "Общие сведения Клиента",
children: (
<Tabs
items={[
{
key: "1",
label: "Основные сведения",
children: "Основные сведения",
},
I need to create a card with basic client information, there will be flexes and inputs. How can I put all this in children: “Основные сведения”?