Result Size: 625 x 664
x
 
<!DOCTYPE html>
<html>
<head>
<style>
p:first-child i {
  background: yellow;
}
</style>
</head>
<body>
<p>I am a <i>strong</i> man. I am a <i>strong</i> man.</p>
<p>I am a <i>strong</i> man. I am a <i>strong</i> man.</p>
</body>
</html>