I am novice in Javascript. Recently I started using Tailwind Css. Now I want to add it in my blogger template. But I don't know how to add a dark mode toggle button in Tailwind Css. How Can I add a toggle Dark mode toggle button in Tailwind Css.
N.B. As I'm using blogger platform, so There's no way to add it from local library. So I use CDN.
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.15/dist/tailwind.min.css" rel="stylesheet">
Do I need any other CDN ? Or Javascript code ?