JSFiddle - React, Tailwind, and code Playground
HTML
<a class="read-more" href="#"><span>SEE MORE</span></a>
CSS
.read-more{
display: inline-block;
}
span:before{
content: '\b7\b7\b7';
width: 20px;
}
span:after{
content: '\b7\b7\b7\b7\b7\b7\b7\b7\b7';
width: 60px;
font-size:30px;
letter-spacing:-5px;
}