Use [filter](https://developer.mozilla.org/en-US/docs/Web/CSS/filter-function/drop-shadow) so it preserves the original shape in the shadow. e.g.: ```css filter: drop-shadow(30px 10px 4px #4444dd); ```
Use filter so it preserves the original shape in the shadow.
e.g.: