I'm currently working on some HTML/CSS code and I am looking to implement a unique shadow effect with a custom width and height around a div element.
https://i.sstatic.net/3SnXV.png
Could anyone provide guidance on the most effective method to achieve this? I have attempted to use two overlapping box-shadows, but I am struggling to replicate the desired appearance shown in the image.
While I understand that I could simply create two divs and position them on top of each other with custom dimensions, I am curious if there is a cleaner, CSS-only solution available.