Utilities for controlling how flex items grow.
Use grow to allow a flex item to grow to fill any available space:
Use grow-<number> utilities like grow-3 to make flex items grow proportionally based on their growth factor, allowing them to fill the available space relative to each other:
Use grow-0 to prevent a flex item from growing: