/** * Add the folder and tmp files to the content * declaration in your tailwind.config.js file */ module.exports = { content: [ './lzb-storage/*.tmp' // Add this ], safelist: [ ], theme: { extend: {} }, plugins: [], };