JSFiddle - React, Tailwind, and code Playground

by vjeux

HTML

<div style="width: 100px; height: 100px; background-color: red; margin: 100px; overflow: hidden;">
  <div style="position: relative;">
    <div style="position: absolute; right: 10px; top: 10px;">
      <img src="http://facebook.com/images/photos/snowlift/fullscreen.png" />
    </div>
  </div>
  <img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/624154_508536187_619615115_n.jpg" />
</div>

<div style="width: 10px; height: 10px; background-color: red; margin: 100px; overflow: hidden;">
  <div style="position: relative;">
    <div style="position: absolute; right: 10px; top: 10px;">
      <img src="http://facebook.com/images/photos/snowlift/fullscreen.png" />
    </div>
  </div>
  <img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-ash2/624154_508536187_619615115_n.jpg" />
</div>