How can I put my ::after behind the parent element but the ::after should be still visible?
I've tried giving z-index: 1 to my parent element and z-index: -1 for the child element but it simply doesn't work. Also I've tried not giving z-index any value to my parent element and z-index: -1 for the child element but the ::after then disappears