Restablecer todos los CSS utilizando el atributo de propiedad de estilo en el componente React

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