box-shadow

HTML

<div></div>

CSS

div {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  box-shadow: 0 -10px 10px red;
}