.pressure{
width: 100px;
text-align: center;
border-bottom: 3px solid #000;
}
this particular CSS creates a border bottom effect.
https://i.sstatic.net/hItsL.jpg
what I'm aiming for is:
https://i.sstatic.net/kNPbF.jpg
Can this be achieved with CSS alone?