JSFiddle - React, Tailwind, and code Playground

by rohitazad

CSS

.ft-folder-closed{
    position:relative;
}

.ft-folder-closed:before {
    content: url('../ll-filetree/img/ft-plus.16.png');
    content:"";
    position:absolute;
     width:100px; /* as u wiesh */
    height:100px;
    left:0;
    top:0;
    right:0;
    bottom:0;
}



.ft-folder-closed:before {
    content: url('../ll-filetree/img/ft-plus.16.png');
    inherit: ft-floder-icon;
    content:"";
    position:absolute;
    width:100px; /* as u wiesh */
    height:100px;
    left:0;
    top:0;
    right:0;
    bottom:0;
}