Sample component. The Paragraph should be red and have a font-size of 30px.
<p>Hello, world</p>
This should be hidden: sample.css hidden p { font-size: 30px; color: orangered; }
sample.css hidden p { font-size: 30px; color: orangered; }