CSS :nth-child() Selector

How to select a child element of a parent in CSS using the nth-child selector.
In this example we will be targeting the 2nd child of the "parentClass" div.

This is the parentClass div

This is the first child.

This is the second child.

This is the third child.

This is the fourth child.

This is the fifth child.