JSFiddle - React, Tailwind, and code Playground

by DaveAlger

HTML

<div style="left: 80px; top: 88px; border-width: 10px 20px 16px 20px; border-bottom-color: #961e1f;"></div>
<div style="left: 90px; top: 78px; border-width: 10px 8px 16px 20px; border-bottom-color: #961e1f;"></div>
<div style="left: 100px; top: 68px; border-width: 10px 68px 16px 20px; border-bottom-color: #961e1f;"></div>
<div style="left: 170px; top: 98px; border-width: 10px 68px 56px 30px; border-left-color: #761e1f;"></div>

CSS

body{
  background:#000;
  background-image: url('http://davealger.com/images/artist/macaw_pastel_big.png');
  background-position: -90px -100px;
}

div {
				position: absolute;
				border-style: solid;
				border-color: transparent;
				width: 0px;
				height: 0px;
				margin: 0px;
				padding: 0px;
			}