JSFiddle - React, Tailwind, and code Playground

by lucaslazaro

HTML

<div id="wrapper">
  <div class="container5" id="boxes">some thing</div>
</div>

CSS

.container5 {
  background-color: transparent;
  width: 220px;
  height: 320px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}

.container5:hover  {
  border: 1px solid red;
}