SO

HTML

<div>Click Away</div>

CSS

div {
  width: 200px;
  height: 200px;
  background: orange
}
div:active {
  color: white;
  background: rebeccapurple
}