JSFiddle - React, Tailwind, and code Playground

by Wosley Bago

HTML

<section>
  <div>
    Content
  </div>
  <div>
    Content
  </div>
  <div>
    Content
  </div>
  
</section>

CSS

div{
  width: 30%;
  height: 300px;
  border: 1px solid black;
  background-color: white;
}
section{
  background-color: #99c71b;
}