JSFiddle - React, Tailwind, and code Playground

by acccco

HTML

<div class="img-wrap">
  <img src="http://bgcdn.acohome.cn/286477.jpg" alt="">
</div>
<div class="box"></div>

SCSS

.img-wrap{
  width:300px;
}
img{
  width:100%;
}
.box{
  width:300px;
  height:100px;
  background:#000;
}