JSFiddle - React, Tailwind, and code Playground

by Pedro Walter

HTML

<div id="test">
  
</div>

CSS

#test {
  margin: 1px 2px 3px 4px;
  background-color: black;
  height: 100px;
  width: 100px;
}