clip-path
/* Use of clip-path api */
clip-path: inset(0 0 round 40px 40px 40px 40px);
filter: drop-shadow(0 0 0 white);
/* Use of usual border-radius api */
border-radius: 40px;
overflow: hidden;