JSFiddle - React, Tailwind, and code Playground

HTML

<img src="">

CSS

img{
    min-width: 100px;
    min-height: 100px;
    max-width: 570px;
    border: 3px dashed #ddd;
    color: #ddd;
    cursor: pointer;
}