JSFiddle - React, Tailwind, and code Playground

by Jennifer Perrin

HTML

<div class="borderedSquare">
  I aint got no strings...
</div>

CSS

.borderedSquare {
  border: 1px solid #dcdcdc;
  background: #ffffff;
  width: 200px;
  height: 200px;
  padding: 10px 15px;
}