Currently, I am using tailwind version 3.3.3.
I cannot get the rounded corners effect for the table. I tried adding a wrapper container with class name "overflow-hidden rounded-lg". This solves the rounded corners problem, but the borders on each side also disappear. How can I solve this problem?
My code is:
Plan span> | No. of Subscription |
---|---|
Silver plan USD Monthly | 2 |
To solve this problem, you can add an extra wrapping div around the table and apply the overflow-hidden rounded-lg class to that wrapping div, not the table itself