A
Anonymous
Display Total Amount of Money with React and Tailwind
***Create a component that display total amount - Name: TotalAmount - Params: (value, currency) + value: total amount of money + currency: usd/jpy ***Display: - Use jpy icon and usd icon - Use p-4, m-4, space-x-4, space-y-4, gap-4 for spacing - Text size is 2xl
Prompt