<tr className="border border-[#D9DCED] rounded-t-[8px] ">
<th className="font-[700] py-3 px-6">Title</th>
<th className="font-[700] py-3 px-6 text-center cursor-pointer"> Price </th>
</tr>
I am using tailwind css to round the border but it’s not working .
I am expecting the border to get rounded as well but it’s not working.