JSFiddle - React, Tailwind, and code Playground

by kthornbloom

HTML

<div>just a div</div>
<custom-element>custom element</custom-element>
<div>just a div</div>

CSS

div, custom-element {
  border: 1px solid black;
  margin: 5px;
}