JSFiddle - React, Tailwind, and code Playground
HTML
<div id="sample">
hi nice to meet you
</div>
CSS
#sample {
width: 0;
height: 0;
border-bottom: 120px solid green;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
}