JSFiddle - React, Tailwind, and code Playground
by Alexey
HTML
<div>
</div>
CSS
div {
width: 0;
height: 0;
border-style: solid;
border-width: 100px 100px 0 100px;
border-color: #007bff transparent transparent transparent;
}
by Alexey
<div>
</div>
div {
width: 0;
height: 0;
border-style: solid;
border-width: 100px 100px 0 100px;
border-color: #007bff transparent transparent transparent;
}