Job Posting Card with Open Status and Dropdown Options

This is a responsive card component for displaying a job posting. It contains the job title, team, and open status indicator. There is also a dropdown menu on the right with options to edit, duplicate, or archive the job posting. The structure uses Tailwind CSS utilities: - Outer border added with `border-b` and `border-gray-200` - Flexbox with `sm:flex` for layout - Font sizes adjusted with `text-base` and `text-sm` - Colors set with `text-gray-900` and `text-gray-500` - Rounded badge with `inline-flex`, `rounded-full`, `ring-inset` - Dropdown menu toggled with button and hidden/shown with JS classes - Spacing adjusted with `mt-` and `mb-` utilities

Similar Components

Other components related to card, job posting, open status, dropdown menu, tailwind css tags