JSFiddle - React, Tailwind, and code Playground
by stichoza
HTML
<span star>★</span>
CSS
[star] {
font-size: 40px;
}
[star]::before, [star]::after {
display: inline-block;
content: "";
height: 10px;
width: 110px;
border-top: 4px solid black;
margin: 0 9px;
}