[tab-pane] {
  display: none;
}

[tab-pane].active {
  display: block;
  transition: all 0.5s ease;
}