.tab {
  display: none;
}

.tab:target~.tab:last-of-type {
  display: none;
}


.tab:target,
.tab:last-of-type {
  display: block;
}