JSFiddle - React, Tailwind, and code Playground
by Cone
HTML
<div class="imger"><div class="imger_p"></div></div>
CSS
.imger {position:relative;height:100px;width:150px;border:1px solid silver;}
.imger_p {height:100%;width:100%;left:-100%;background:#f4f4f4;position:absolute;}