JSFiddle - React, Tailwind, and code Playground
HTML
<div id="hinh-thang"></div>
CSS
#hinh-thang{
height: 0;
width: 80px;
border-bottom: 80px solid blue;
border-left: 40px solid transparent;
border-right: 40px solid transparent;
}