This was just released:
It would be nice to have:
Here is the compiler and here is a Blog post about it
PostCSS Example:
// postcss.config.js
module.exports = {
plugins: {
'@tailwindcss/jit': {},
autoprefixer: {},
}
}
See #287
It will be only a jit: true option to activate it.
I already contributed to tailwindjit before the release :)

Awesome!!
It confused me for some time, but if JIT is not being activated for you (you will get a message in the console saying it is activated) despite the settings above, you'll have to update, ie, "@nuxtjs/tailwindcss": "^4.0.1", in devDependencies in your package.json.
Most helpful comment
See #287
It will be only a
jit: trueoption to activate it.I already contributed to tailwindjit before the release :)