Resize around 'md' breakpoint
Example One:
compare('>=', 'md') ? 'text-red-500' : null;
Example Two:
className='md:text-red-500'