.image {
  position: relative;
}

.image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  box-shadow: inset 0 0px 2px 0 rgb(0 0 0 / 25%);
}
