The reason you get this behavior is most likely because you used Laravel Breeze to create your project and that comes with tailwindcss-forms. If you take a look at your tailwind.config.js file you can remove forms from the plugins and it should look like it's supposed to.