app/assets/stylesheets/css/buttons.css

Summary

Maintainability
Test Coverage
.button-group {
  @apply flex;

  .button-component {
    @apply -mr-px;

    &:first-child {
      @apply rounded-l;
    }

    &:last-child {
      @apply rounded-r;
    }
  }
}

form.button_to {
  @apply inline-flex;
}