JSFiddle - React, Tailwind, and code Playground
HTML
<svg class="icon" viewBox="0 0 16 13">
<rect class="top-rect"/>
</svg>
CSS
.icon {
cursor: pointer;
width: 16px;
height: 13px;
}
.top-rect {
width: 16px;
height: 3px;
}
<svg class="icon" viewBox="0 0 16 13">
<rect class="top-rect"/>
</svg>
.icon {
cursor: pointer;
width: 16px;
height: 13px;
}
.top-rect {
width: 16px;
height: 3px;
}