Here is a link to the codesandbox I created: https://codesandbox.io/s/jolly-agnesi-j5bzr?file=/src/App.js
Below is a screenshot of the project:
https://i.sstatic.net/GdYVZ.png
The red background content is dynamically generated, causing the height of the grey card to be dynamic as well.
My goal is to have all components adjust their heights based on the tallest child component in the container. I've set the parent container to grow according to the tallest child and each child component has been given a height of 100%, but they still don't completely fill the container. I'm not sure where the issue lies. Ultimately, all grey cards should have equal heights.