JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<div class="out">
  <div class="in"></div>
</div>

SASS

.out
  background: red
  width: 50px
  height: 50px
  
  overflow: visible
  
.in
  background: blue
  opacity: 0.5
  width: 100px
  height: 100px