I need to create this shape with html & css, (ignoring the grey border)
This is the html I have:
<span class="bar-wrapper">
<span class="bar first"> </span><span class="bar last"> </span>
</span>
How can I do this, and have the two bars meet at an angle like this?