JSFiddle - React, Tailwind, and code Playground

by anar1811

HTML

<div class="lip">

<div class="liprey">d</div>
<div class="lipav">
    a
</div>
</div>

CSS

.lip{
    background:#333;
    height:50px;
    margin:30px 0px 0px 0px;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:solid 5px #999;
}
.lipav{
    background:#333;
    height:30px;
    width:30px;
    position: absolute;
    top: -22px;
    left: 10px;
    line-height:30px;
    text-align:center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border:solid 5px #999;
    
}
.liprey{
    background:#333;
    height:20px;
    width:440px;
    position: absolute;
    top: -16px;
    left: 46px;
    padding:0 0 0 2px;
    line-height:20px;
    text-align:left;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:solid 3px #999;
    color:#999
    
}
.lipfie{
    margin:0px 0px 0px 52px;
}