Solutions for tailwind CSS conflicts in micro frontends.
Add important: true in remote CSS config so it will priority over host CSS.
Using POSTCSS prefix.
npm i postcss postcss-prefix-selector autoprefixer
Add postcss prefix in the config as shown in the picture
wrap remote component with this selector.