JSFiddle - React, Tailwind, and code Playground
by Karan1412
HTML
<h4>This is heading element.</h4>
<p>This is paragraph element.</p>
<p>This is another paragraph element.</p>
CSS
h4 + p
{
color:Orange;
font-weight:bolder;
}
by Karan1412
<h4>This is heading element.</h4>
<p>This is paragraph element.</p>
<p>This is another paragraph element.</p>
h4 + p
{
color:Orange;
font-weight:bolder;
}