JSFiddle - React, Tailwind, and code Playground
by bluey
HTML
<div class='fixed'>
<img class='img-size center' src='http://1.bp.blogspot.com/-zlOnPfHjTXA/UDrqryfVKfI/AAAAAAAAAOk/vDuHBv3ddiU/s1600/BOOBS!.jpg' />
</div>
CSS
.fixed {
width: 90%;
position: fixed;
border-style: solid;
border-width: 1px;
border-color: red;
}
.img-size {
width: 140px;
}
.center {
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}