JSFiddle - React, Tailwind, and code Playground

by franklinjavier

HTML

<div></div>

CSS

div {
 margin-top: 20px;
 border: 1px solid red;
 padding: 20px;   
}