JSFiddle - React, Tailwind, and code Playground
by vinodlouis
HTML
<div></div>
CSS
div
{
width:500px;
height:500px;
position: relative;
z-index : 1;
}
div:before {
content : "";
position: absolute;
left : 25%;
bottom : 0;
height : 1px;
width : 25%;
border-bottom:1px solid magenta;
}