JSFiddle - React, Tailwind, and code Playground

HTML

<h1>SVG responsivo embedado na tag img redimensione para ver</h1>

<img src="https://upload.wikimedia.org/wikipedia/en/2/22/Heckert_GNU_white.svg" alt="gnu">

CSS

img {
    max-width: 100%;
}