Strapi v4 plugin and tailwindcss

I have created a Strapi v4 plugin but I don’t want to use Strapi design system for my UI (I have create other plugins with Strapi design system]). I want to use tailwindcss

I have created tailwind.config.js and styles.css following installation docs and import them in /plugins/[plugin-folder]/admin/src/index.js of my plugin without any success.

Also tried add tailwindcss in /src/admin/webpack.config.js at config.plugins without success again.

Any suggestion? Someone has done it?