JSFiddle - React, Tailwind, and code Playground
by Sandhose
HTML
<div id="blbl"></div>
CSS
#blbl {
height: 0px;
width: 0px;
border: solid 100px transparent;
border-right: 0;
margin: 20px;
border-left-color: #CCC;
}
by Sandhose
<div id="blbl"></div>
#blbl {
height: 0px;
width: 0px;
border: solid 100px transparent;
border-right: 0;
margin: 20px;
border-left-color: #CCC;
}