Entfernen Sie alle CSS mithilfe des Style -Eigenschaftsattributs in React -Komponente zurück.

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