Удалить сброс всех CSS, используя атрибут свойства стиля в компоненте React

<SomeReactComponent
	<! -- just set the `style` prop as follows; provided the component supports it  -->                 
	style={{all: 'unset'}}>
</SomeReactComponent>
Anxious Alligator