JSFiddle - React, Tailwind, and code Playground

by tara5

HTML

<div class="divClass"></div>

CSS

.divClass {
  width: 200px;
  height: 200px;
  background-color: black;
}

.divClass {
  width: 300px;
  height: 200px;
  background-color: red;
}