I set up a Drupal development environment using Lando, referring to the following site.

For installing drush on it, the following was helpful.

By running the following command, drush became available.

# Install a site local drush
lando composer require drush/drush

I hope this serves as a useful reference for others.