JSFiddle - React, Tailwind, and code Playground

by Ishank Dubey

HTML

<div class='arrow'></div>

CSS

.arrow{
  background-color:red;
  width:20px;
  height:20px;
  margin:100px;
  transform:rotate(45deg);
}