Через псевдоэлемент дорисуй треугольник блоку.
.activeSelect:after {
content: "";
background: rgb(245,247,250);
background: linear-gradient(85deg, rgba(245,247,250,1) 0%, rgba(222,224,227,1) 100%);
height: 49px;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 10px solid green;
position: absolute;
width: 300px;
}