How to overwrite tailwind class on old class like !important in css
I used text-[20px] in <Badge/>, but it's overridden by another css class, how can I override tailwind the class <Badge label="1" className='w-[30px] h-[30px] p-6 ml-4 text-[20px]' style={{ lineHeight: '20px'}}> 1 </Badge>