The grid component is a layout component that arranges its children in a grid layout. It supports both fixed and fluid layouts.
It has a display: grid style by default.
display: grid
// Before <Grid/> // After, It has a class on default <div className="d0"/>