JSFiddle - React, Tailwind, and code Playground
by William Green
HTML
<div id="productOverview">
<h1>Refurbished Apple A1342 MacBook</h1>
<img id="productImage" src="https://image.ibb.co/h8bjTR/macbook.jpg" alt="macbook" border="0">
</div>
CSS
* {
font-family: sans-serif;
font-weight: 100;
}
html,
body {
background: #fff;
margin: 0;
padding: 0;
}
h1 {
font-size: 2em;
margin: 0;
padding: 0;
display: table;
margin:auto;
}
#productImage {
height: auto;
width: auto;
max-width: 100%;
max-height: 100%;
}