git clone [email protected]:thisisrishabh22/tailwind-rails-bug.git
cd tailwind-rails-bug
ruby -v
The ouput should start with something like ruby 3.0.1
If not,
Install the right ruby version using rbenv:
rbenv install 3.0.1
Install the right ruby version using rvm:
rvm install 3.0.1
bundle install
rails db:create
rails db:migrate
rails s