// Configure Tailwind for the button tailwind.config = { theme: { extend: { colors: { 'tape-red': '#cc3333', }, } } }