JSFiddle - React, Tailwind, and code Playground

by Chuan Shao

HTML

<img src="https://img3.doubanio.com/lpic/s4554820.jpg">

CSS

* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
img {
  height: 100%;
}