JSFiddle - React, Tailwind, and code Playground

by tabalinas

HTML

<img src="" id=test alt="">

CSS

#test{
    width: 100px;
    height: 100px;
    
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px blue,0 0 0 2px red;
    border: 2px solid transparent;
    
}

body{
    background: lightyellow;
}