div {
  padding: 10px;
}

span {
  color: red;
}

span:nth-of-type(2) {
  color: green;
}