So lets say I have this:
<div className='app'>
<CustomComponent/>
</div>
How would I backdrop the page with Material UI's backdrop component from inside of CustomComponent? Preferably without wrapping the main app div and passing a callback down to CustomComponent to do so.