Zastosuj CSS na ostatnie dziecko w rodzica

.parent > *:last-child {
  background-color: red;
}
Bewildered Booby