Job Board - Copy this React, Tailwind Component to your project
Create a webpage where users can post job opportunities or internships and view available listings. At the top of the page, display a prominent "Post a Job" button. When clicked, prompt the user to first select the type of listing (Job or Internship). Once selected, display a detailed form asking for the following information: job title, company name, location, job type (full time/part time), required skills, qualifications, job description, application deadline, and contact information. Below the "Post a Job" section, list all current job postings with key details like job title, company, location, and job type, along with a "View More" button for each listing. When clicked, the "View More" button should reveal the full job details including description, required skills, and application instructions.
