JSFiddle - React, Tailwind, and code Playground
by David Storey
HTML
<p>
foo
</p>
CSS
p:after {
content: " bar";
color: lime;
}
p::after {
content: " bar";
color: green;
}
by David Storey
<p>
foo
</p>
p:after {
content: " bar";
color: lime;
}
p::after {
content: " bar";
color: green;
}