I am facing an issue with tailwind and flowbite integration
I had successfully styled my inputs with a "border-bottom 1px solid black" rule to have a single bottom border. However, after installing tailwind and flowbite, my border styling is no longer working and I noticed some additional styles being applied (refer to the screenshot below). Could this be due to tailwind/flowbite default settings? If so, how can I disable them?
https://i.sstatic.net/7vh1u.png
I have thoroughly checked my code, attempted changes like adding "border: 0" in CSS, but nothing seems to work. I even tried searching on Google for solutions but to no avail...