This was my first attempt at building a page using React and Tailwind.
The page is available on GitHub pages.
To preview locally, paste this into the terminal:
git clone https://github.com/s-cassidy/payment-form-react.git
cd payment-form-react
npm install
npm run dev