JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
HTML
<div class="test"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512" height="100%" width="100%" preserveAspectRatio="xMidYMid meet"><path d="M167 99c2-2 6-3 9-3 9 0 16 8 16 17v286c0 9-7 17-16 17-3 0-7-1-9-3l-2-2L9 275c-5-5-9-11-9-19s4-14 9-19l156-136z"></path></svg></div>
CSS
.test {
border: 1px solid red;
height: 100px;
width: 100px;
}