expert
+40 XP
FRONTEND
Tailwind E-commerce Product Page
Build a product page: image gallery, details, price, add-to-cart.
You're exploring as a guest. Create a free account to save progress and submit solutions.
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="/styles.css" /> <script src="https://cdn.tailwindcss.com"></script> </head> <body> <!-- Build a product page with Tailwind --> <script src="/index.js"></script> </body> </html>