JSFiddle - React, Tailwind, and code Playground

by Teuta Koraqi

HTML

<div class="profile">
  <img src="http://www.bwinex.com/upload/team/john-doe_1466770844-b.jpg" alt="">
  <div class="upload-image">
    <img src="https://image.freepik.com/free-icon/upload-arrow_318-26670.jpg" alt="">
  </div>
</div>

CSS

.upload-image img {
  width: 20px;
  height: 20px;
}