JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
<section>test</section>
<article>tesdt</article>
CSS
article {
background: teal;
}
section {
background: hotpink;
}
by jonahe
<section>test</section>
<article>tesdt</article>
article {
background: teal;
}
section {
background: hotpink;
}