How can I remove unwanted border-style in Tailwind CSS w/o overriding it?
I'm trying to develop an application using Next.js and Tailwind CSS. However, I'm facing the following problem: The Sidebar component on the Feed page has a border-style that I don't want. I want to make it border-style: none; but I…