.box {
  width: 50px;
  height: 50px;
}

.red {
  background: red;
}

.blue {
  background: blue;
}
