JSFiddle - React, Tailwind, and code Playground

by ablay

HTML

<div id="vneshniy">
          <div id="vnutrenniy">
          </div>
</div>

CSS

#vneshniy{
     width:250px;
     height:250px;
     background:green;
     position:relative;
}

#vnutrenniy{
     background:red;
     width:200px;
     height:200px;
     position:absolute;
     top:200px;
     left:200px;
     margin-top:-100px;
     Margin-left:-100px
}