Welcome Page - Copy this React, Tailwind Component to your project
"Create a responsive UI for a cryptocurrency wallet welcome page using React and Tailwind CSS. The UI should have the following features: Background and Layout: A full screen dark background (bg gray 900). Center aligned content with some spacing and padding. Loading Indicator: At the top, include a circular loading spinner to simulate a loading animation. Use a div with a spinning border. Main Card Section: A centered card (bg gray 800) with rounded corners and a shadow effect. Inside the card, include: A title saying 'Welcome to Aura Wallet', styled as bold and centered. A subtitle below: 'Select below to get started.'. Buttons: Include three buttons stacked vertically with equal spacing between them: Create Wallet Import Seed Phrase Import Private Key Buttons should have a hover effect with a lighter background shade. Footer Section: A footer containing links: 'Terms of use', 'Privacy policy', and 'Contact support', styled in smaller text with hover underlines. Below this, add: 'Powered by Circular Global Ledgers SA' in a very light font. Ensure the design is mobile friendly and uses Tailwind CSS utilities for spacing, colors, and typography. Add Tailwind classes like flex, justify center, text white, and others as needed."
