@import "tailwindcss"; body { font-family: Arial, Helvetica, sans-serif; } .chevron { transition: transform 0.2s; } .chevron.open { transform: rotate(180deg); }