how to find object by ag unity

C#
yourObjects = GameObject.FindGameObjectsWithTag("Respawn");
Source

Also in C#: