JSFiddle - React, Tailwind, and code Playground

by Chris LaFrombois

HTML

<div>
<div class="inner">

</div>
</div>

CSS

div {
  border: red solid 1px;
  height: 500px;
  width: 500px;
  
}

div.inner {
  border: inherit solid 1px;
  height: 200px;
  width: 200px;
}