JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 51 32" enable-background="new 0 0 51 32">
<path style="fill: black" d="M51.19 6.401l-6.397-6.401-19.198 19.198-19.194-19.198-6.401 6.401 25.599 25.599 6.401-6.397-0.004-0.004z"></path>
</svg>
</div>
CSS
div {
position: absolute;
top: 0; left: 0; bottom: 0; right: 0;
}
div svg {
width: 100%; height: 100%;
}