JSFiddle - React, Tailwind, and code Playground

by Karel Jed Darang

CSS

#top{
  border-width : 15 px;
  margin: 20px;
  padding: 10px;
  width: 100px;
  height: 100px;
  
}

div{
  border-style: solid;
  border-color:goldenrod;
  background-color: palegoldenrod;
  color:black;
}