xxxxxxxxxx
rails new my-app --css tailwind
rails new MY_NEW_APP_NAME --css tailwind --database=postgresql
##To configure tailwind manually:
https://tailwindcss.com/docs/guides/ruby-on-rails
rake assets:precompile
gem install bundler
bundle update --bundler
bundle lock --add-platform x86_64-linux