can't find module tailwindcss
after i installed the
@nuxt/ui module, i tried to import some types from tailwindcss like this import type {Config} from 'tailwindcss', but it didn't work, so tailwindcss is apparently missing and i'm not sure if i should install tailwindcss again to use the types. don't know what i'm missing here