I\'m trying to recreate this image in CSS.
This is what I got from experimenting, so far. I used box-shadow to act as the second box. I\'m not sure if there\'s a bet
Use an absolute positioned ::after or ::before pseudo element and have its z-index lower than the element itself.