.my-class {
  display: block;
  background-color: red;
}
.my-class .other-class {
  background-color: blue;
}