Dark Version
To have dark mode enabled, Keep your body element with data attribute
data-mode="dark"
in the src/tailwind.config.js
-> module.exports -> darkMode
E.g. <body data-mode="dark">
to
have Dark layout.