Cafe Table Manager - Copy this Html, Tailwind Component to your project
Design a detailed, interactive interface for a cafe website that shows a virtual table layout, where each table has several chairs. On each table, include buttons for (1) increasing the number of chairs, (2) adding items to the order, (3) viewing the list of ordered items, and (4) adding notes to specific drink orders. When the user clicks 'add items,' fetch product data from https://dummyjson.com/products to display a menu with images for each item. Items should be categorized, with filters for type and a 'best seller' option. For each table, keep a unique order list that can be viewed and edited independently. In the order list, display each item's image and a 'delete' button to remove individual products from the list. Ensure the layout is visually clean, user friendly, and supports intuitive navigation and seamless product management for each table.
