JSFiddle - React, Tailwind, and code Playground

by Nate Armstrong

HTML

<div>
  <p>
  This stuff
  </p>
</div>
<div>
  <p>
  This stuff
  </p>
</div>
<div>
  <p>
  This stuff
  </p>
</div><div>
  <p>
  This stuff
  </p>
</div>

CSS

div{
  border:1px solid black;
  padding:10px;
  margin:10px;
  display:block;
}
p {
  border:5px solid green;
  padding:5px;
  margin:5px;
}