TailwindCSS Dark Mode, Day Mode, System Mode website
Step 1: In project folder open index.html and in `<body> tag add this class:
className="dark"
Example:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta nam...
promahbubul.hashnode.dev2 min read