JSFiddle - React, Tailwind, and code Playground

by Kenneth Luplau-Brøgger

HTML

<div>

</div>

CSS

div {
  height: 500px;
  width: 500px;
}

div:hover {
  background: grey;
}