select second element of type css

CSS
p:nth-of-type(2) {
   background: red;
}
  
 
Source

Also in CSS: