Reactjs – Rounded corners to table using tailwind
I want to add rounded corners to my table in a react component using tailwind. I have tried using rounded-lg or any other rounded class to the component but it isn't working. What can I do? "use client"; import {…