Applying hover to many elements at once

I thought we could do this with :where or :has but I can't seem to figure it out or find it online. If I have the following classes,
.btn__small{}
.btn__medium{}
.btn__large{}

I want to do something like,
:where(.btn__small, .btn__medium, .btn__large):hover {}
Was this page helpful?