If I remove borderRadius from tailwind.config.js from extend{} block, border issue is gone. Otherwise, for example, if you have a existing button style with rounded corners, it will be overwritten during installation and will appear as rectangle corner, even though, you have className="rounded...
These utilities derive their values from the--spacing-*scale by default, but can also be configured with radius-specific values using the--radius-*scale. This change makes it easier to do things like concentric border radiuses, where you need to subtract the padding of the parent when calcula...