Is there a way to achieve space-between alignment when elements are stacked vertically in MUI Grid instead of using flex? I've come across suggestions involving giving flex:1 and height:100%, but I'm specifically interested in achieving this within the MUI Grid system. Attached is the code sandbox where I am looking to create space between two buttons with the second button positioned at the bottom.
https://codesandbox.io/s/boxsx-material-demo-forked-392dfl?file=/demo.tsx