### Reproduction Link https://codesandbox.io/p/devbox/vant-4-issue-template-forked-m3rfg7?file=%2Fsrc%2FApp.vue%3A16%2C3 ### Vant Version 4.9.17 ### Describe the Bug `vant/lib/index.css` ```css input,button,textarea{color:inherit;font:inherit} ``` 选择器。导致了tailwindcss 无法设置input button textarea元素的前景色。   ### Reproduce Steps 安装tainwind css到项目中 插入以下按钮在界面上 ```html <button class="text-red-500">hello world</button> ``` ### Device / Browser _No response_