Appliquer CSS sur le dernier enfant dans le parent div

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