xxxxxxxxxx
1. Add safelist to the tailwind config file.
module.exports = {
// (your config props)
safelist: [{pattern: /.+/}],
};
2. Prepare a CSS file (herein called main.css) containing the @tailwind utilities; statement.
3. Execute the command:
npm exec -- tailwindcss -i main.css -o output.css.