JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<span class="damirunesa"></span> Menu zornet.ru

CSS

.damirunesa{
    position: relative;
    display: inline-block;
    width: 1.25em;
    height: 0.8em;
    margin-right: 0.3em;
    border-top: 0.2em solid #0000cc;
    border-bottom: 0.2em solid #0000cc;
}

.damirunesa:before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0px;
    width: 100%;
    border-top: 0.2em solid #0000cc;
}