Remova redefinir todos os CSs usando o atributo de propriedade de estilo no componente React

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