JSFiddle - React, Tailwind, and code Playground

by Hugo Vale Pereira

HTML

<div class="a">
  <div class="b"></div>
</div>

SASS

*
  box-sizing: border-box
  
.a
 
  width: 800px
  height: 300px
 
  background: pink
  border: 1px solid transparent
 
  
.b
  margin: 50px 10px
  width: 400px
  height: 200px
  border: 4px solid black