SO
HTML
<div>Click Away</div>
CSS
div {
width: 200px;
height: 200px;
background: orange
}
div:active {
color: white;
background: rebeccapurple
}
<div>Click Away</div>
div {
width: 200px;
height: 200px;
background: orange
}
div:active {
color: white;
background: rebeccapurple
}