.red * {
  color: red;
}

.highlight {
  background: linear-gradient(
    transparent 20%,
    yellow
  );
  padding: 0 0.15em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}