JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

<img src="https://icatcare.org/app/uploads/2018/07/Thinking-of-getting-a-cat.png" />

CSS

img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 70vh;
}