i want to design a design a sidebar with concave rounded corners on the top and bottom edges for the right side using HTML, CSS, and Tailwind CSS?
I am designing a sidebar where the active item should have concave curves on the top-right and bottom-right corners. I'm using Tailwind CSS for styling, and I initially tried setting borderTopRightRadius: '0%' and borderBottomRightRadius: '0%', but it results in straight…