JSFiddle - React, Tailwind, and code Playground

by Alex Cowan

HTML

<div id='divvied'>
<p>hello</p>
</div>

CSS

#divvied {
  border-color: red;
}