JSFiddle - React, Tailwind, and code Playground

by aanita0309

HTML

<div class="tri"></div>

CSS

.tri{
  height:0px;
  width: 0px;
  /*background-color:blue;
  border-top:100px solid red;*/
  border-right:100px solid  transparent;
  border-bottom:100px solid green;
  border-left:100px solid  transparent;
   
  
}