JSFiddle - React, Tailwind, and code Playground
by klierik
HTML
<div class="Launcher">
<img src="https://picsum.photos/200/300">
</div>
CSS
.Launcher {
width: 100px;
}
img {
width: 100%;
height: auto;
}
by klierik
<div class="Launcher">
<img src="https://picsum.photos/200/300">
</div>
.Launcher {
width: 100px;
}
img {
width: 100%;
height: auto;
}