.separator {
  @apply mx-3 bg-secondary;
  width: 1px;
  height: 20px;
}

.separator:before {
  content: '';
}