How to avoid the `TAB` substitution on pasting a text to Cygwin?

openssl req \
	-days 99999 \
	-key root.key \
	-new \
	-nodes \
	-out root.pem \
	-sha256 \
	-x509

2023-06-09--09-16-49

It is a problem of the built-in Windows console.
It is not reproduced in Mintty and Windows Terminal.
So, the solution is to use Mintty or Windows Terminal instead of the built-in Windows console.

Windows Terminal

2023-06-09--15-13-45

Mintty

2023-06-09--18-51-29