Dark mode 🌑 has been a hot topic in the UX land for quite some time, and it recently blew up with its official implementation in major Operating Systems during the last few months. #important-updateAs of https://blog.tailwindcss.com/tailwindcss-v2, Dark mode support is now provided out of the box!
This will add a dark responsive utility that works like any size utilities like sm, md, etc.
With our new responsive variant we could do something like this: And that's it folks, we can start implementing our own Dark website!
When on Dark scheme, our button will have a darker background, and a slightly lighter color when hovered.