JSFiddle - React, Tailwind, and code Playground

by jonahe

HTML

<section>test</section>
<article>tesdt</article>

CSS

article {
  
  background: teal;
}

section {
  background: hotpink;
}