Примените CSS на последнего ребенка в родительском Div

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