JSFiddle - React, Tailwind, and code Playground

by Louis Walch

HTML

<div class="test">

<svg enable-background="new 0 0 25 25" version="1.1" viewBox="0 0 25 25" xml:space="preserve" xmlns="http://www.w3.org/2000/svg">
<path d="m22.087 21.666l-7.875-9.05c0.957-1.127 1.538-2.583 1.538-4.173 0-3.562-2.897-6.459-6.459-6.459s-6.46 2.897-6.46 6.459 2.898 6.459 6.459 6.459c1.214 0 2.347-0.343 3.319-0.928l7.894 9.071 1.584-1.379zm-17.576-13.223c0-2.635 2.144-4.779 4.779-4.779s4.778 2.144 4.778 4.779-2.144 4.779-4.778 4.779c-2.635 0-4.779-2.144-4.779-4.779z"></path>
</svg>

</div>

CSS

.test SVG {
    display: inline-block;
    width: 20px;
    height: auto;  
}