Other tab implementations I've seen hide tab focus outlines and don't allow selecting text.  This can be achieved by setting `outline: none` and `user-select: none` respectively.
Other tab implementations I've seen hide tab focus outlines and don't allow selecting text.
This can be achieved by setting
outline: noneanduser-select: nonerespectively.