Module Page - Copy this React, Tailwind Component to your project
Design a responsive module page with a sticky navbar that displays the module name (e.g., "Introduction to Programming Concepts") at the top. Below, include a book icon with "15 lessons" and a clock icon with "(225 mins to complete)." Add a progress bar with "Module Progress" on the left and "0.0% complete" on the right inside a super section with a background color of #e2eaec. Underneath, list 15 lesson cards with a tick icon, lesson title (e.g., "1. Introduction to Programming"), and a "Start Module" button. When a user clicks on a card, show the lesson content on the right, including a title, description, and detailed information (e.g., "What is Programming?"). At the end of the content, include a "Lesson Complete" button that updates the progress bar. Ensure the design is user friendly and responsive across all devices.
