JSFiddle - React, Tailwind, and code Playground

by Ea Bangalore

HTML

<div class="file-tag-wrapper">
   <span class="tag-filename"></span>
    <span class="outer-files-name-tag"></span>
</div>

CSS

.file-tag-wrapper{
    width:90px;
    height:20px;
    background:red;
    border-radius:20px;
}