JSFiddle - React, Tailwind, and code Playground
by Zeljko Tadic
HTML
<section id="main">
<svg height="210" width="500">
<polygon points="0,0 250,190 400,100" style="fill:blue;stroke:purple;stroke-width:1" />
</svg>
</section>
CSS
#main {
padding: 50px;
height: 100%;
width: 100%;
background: red;
height: 300px;
}