JSFiddle - React, Tailwind, and code Playground

by gmsitter

HTML

<div id="bg">  

</div>

CSS

#bg {
  background-color: blue;
  width: 40vw;
  height: 66.67vw;
}