JSFiddle - React, Tailwind, and code Playground

by confile

HTML

<img class="image" src="http://www.heise.de/imagine/pPEtwCuW1jUhU6jmgfjSxJ6Pa4Q/gallery/Blume.jpg">

CSS

.image {
	-webkit-touch-callout: default;
	-webkit-user-select: all;
	-khtml-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
	
	display: block;
	margin: 0 auto;
	width: 80%;	
}