Currently, I have a flex container with several flex items arranged from top to bottom. My goal is to create light grey color lines behind this flex container to achieve a design similar to this.
I attempted to add another flex container on top of this one and draw lines on it, but unfortunately, that approach did not yield the desired outcome. Could someone provide guidance on how to successfully accomplish this task?