Problem
I cannot work how to get a Grid container element to stretch to the height and width of it's parent element without modifying the height and width using the style prop or editing the style with the makeStyles/useStyles hook.
I am sure there has to be a simpler way. I have created a sandbox with what I would like (written with vanilla React) and what I have so far (written with Material UI components).
The reason I am not just using regular Box components is due to of the lack responsive controls it has in comparison to Grid.
Example