Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<head>
<style> 
p:nth-last-of-type(2) {
  background: red;
}
</style>
</head>
<body>
<p>The first paragraph.</p>
<p>The second paragraph.</p>
<p>The third paragraph.</p>
<p>The fourth paragraph.</p>
</body>
</html>