If you have ids of both elements and you want to find direct element use below code
$("#parent > #two")
If you want a nested search you can use find.
It is explained in detail here.
https://handyopinion.com/jquery-selector-find-nested-child-elements/