'ssh proxyjump into tailscale network from outside network

Is it possible to proxyjump into the tailscale network from outside the network, such as from the local library or university computer? Something like:

ssh -J user@bastion user@tailscale-ip

Or:

ssh -A -t user@bastion ssh -A -t user@tailscale-ip


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source