import { classNames } from 'tw-clsx' classNames('text-center', 'text-2xl', 'text-xl') // ===> 'text-center text-xl'