One idea
Dark mode is not just a black background. It is a second pass on readability, contrast, borders, shadows, and form states.
In Tailwind v4, use the dark: variant for classes that should change when dark mode is active.
Default behaviour
Tailwind’s dark mode uses the user’s system setting by default. If your laptop or phone is set to dark mode, dark: classes apply automatically.
This is enough for many hackathon projects. A recruiter opening your Vite app should see a page that still looks finished in their preferred theme.