JSFiddle - React, Tailwind, and code Playground

by elcoyote67

HTML

<div>
   <img src="http://buildandbuy.com/ussr-icon-tab-b-on.png" border=0>
</div>

CSS

div { 
    background:#f3f3f3;
    border:1px solid #d4d4d4;
    border-bottom:0px solid #d4d4d4;
    margin:10px;
    padding:5px 5px 0px 5px;
    width:16px;
    /** 
     * I'll keep my CSS3 here at the end for demonstration purposes and 
     * because the vendor prefixes really clutter things up 
    **/
    -webkit-border-radius:18px 18px 0 0; 
        -moz-border-radius:18px 18px 0 0;  
             border-radius:18px 18px 0 0; 

}