You can compose classes together in css-modules using the composes
property. For me this is the preferred option in 2025 because it keeps the composition of classes together in one place and also results in easy to read JSX with no extra deps.
See https://developer.adobe.com/commerce/pwa-studio/guides/general-concepts/css-modules/#creating-and-composing-css-modules for how to use it.