JSFiddle - React, Tailwind, and code Playground
by Tan
HTML
<div class="menu">
<div class="tab">
</div>
</div>
CSS
.menu {width:50px;height:50px;background-color:#000;}
.tab {height:10px;border:solid #fff;border-width:10px 0;margin:10px 0;}
by Tan
<div class="menu">
<div class="tab">
</div>
</div>
.menu {width:50px;height:50px;background-color:#000;}
.tab {height:10px;border:solid #fff;border-width:10px 0;margin:10px 0;}