span {
  background-color: cyan;
}
div span {
  background-color: yellow;
}