Status Update Modal - Copy this React, Tailwind Component to your project
Design a modal dialog for a web application that displays a status update for an employee's early exit request. The modal should have a clean and modern design with the following specifications: Title: "Awaiting Approval" Description: "Your early exit request is pending approval. Please wait for confirmation." Primary Action: A dismiss button labeled "Close". Visuals: Include an animated loading spinner or progress indicator to show the waiting status. Theme: Use a professional color palette with shades of blue and white, and rounded corners for the modal. Responsiveness: Ensure the design is responsive for both desktop and mobile devices. Generate the UI code or components in React with TypeScript, styled using Tailwind CSS or a similar modern CSS framework.
