Profile Management Table - Copy this Html, Tailwind Component to your project
"Design a responsive table interface using HTML and TailwindCSS. The table should have the following features: Header Section: A title above the table: "Profile Management." Two buttons in the header aligned to the right: A blue button labeled "Add Profile" with a "+" icon. A dropdown or two buttons for "Import" and "Export" functionality. Table Structure: Columns: Checkbox column for selecting rows. "Name," "Title," "Location," "Profile Link," and "Actions." Each column should have a bold header with a dark background and white text. Rows with alternating light gray and white backgrounds. Action Buttons: Each row should include an "Edit" and "Delete" button under the "Actions" column. Buttons should be small, styled with rounded corners, and hover effects. Styling: Use TailwindCSS classes for a modern, clean look. Make the table responsive, allowing horizontal scrolling on smaller screens. Import/Export Functionality: Add "Import" and "Export" buttons above the table. On clicking "Import," prompt users to upload a file. On clicking "Export," allow users to download table data as a CSV file."
