JSFiddle - React, Tailwind, and code Playground

by Pritesh Patel

HTML

<div class="triangle">

</div>

CSS

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