Description: It will create a custom TailwindCSS configuration file for Rails applications. The custom configuration file is auto-generated that allows to include Engines files. Add the file config/tailwind.config.js to the .gitignore file, and if you need to modify it, modify the template file included in the generator. Example: bin/rails generate maquina:tailwind_config This will create: lib/tailwind.rake lib/generators/tailwind_config/tailwind_config_generator.rb lib/generators/tailwind_config/templates/tailwind.config.js.tt