JSFiddle - React, Tailwind, and code Playground

by strider820

HTML

<span class="demoSpan1">
</span>

CSS

span{height:40px; width:40px; display:block; position:relative;} 

.demoSpan1:after{content:''; height:0; width:0; display:block; border:12px transparent solid; border-right-width:0; border-left-color:#333; position:absolute; bottom:0; right:0}

.demoSpan1:before{content:''; height:25px; width:14px; display:block; border-bottom:5px #333 solid; border-left:5px #333 solid; position:absolute; bottom:10px; right:12px;}