I deploy the rails + tailwind app on Heroku but I failed with the below error.
SassC::SyntaxError: Error: Function rgb is missing argument $green.
on line 607 of stdin
>> color: rgb(239 68 68 / var(--tw-text-opacity));
Here's how I installed Tailwind to the app.
bin/bundle add tailwindcss-rails
bin/rails tailwindcss:install