JSFiddle - React, Tailwind, and code Playground

by Liu ChangFeng

HTML

<style>
  img {
    position: absolute;
    clip: rect(0px 60px 200px 0px);
    border: solid 10px #0000FF;
  }
</style>
<div>
  <img border="0" src="http://www.w3school.com.cn/i/eg_bookasp.gif" width="120" height="151">
</div>