How can I set styles for a tag with content spesific another tag with CSS?For example i have this:\[code\]<p>paragraph one</p><p>paragraph <span>two</span></p><p>paragraph three</p>\[/code\]Now, I just want show "paragraph two" with red color because this p tag contain a span tag.(Only use CSS and don't change HTML.)