css reset in react code example
Example: remove reset all css using style property attribute in react component
<SomeReactComponent
<! -- just set the `style` prop as follows; provided the component supports it -->
style={{all: 'unset'}}>
</SomeReactComponent>