JSFiddle - React, Tailwind, and code Playground

by shtrih

HTML

<div>
<img alt=""...

CSS

body {
    margin: 0 auto; 
    max-width: 700px; 
    background: #f5f5f5;
}

div {
    margin: 20% auto 0 auto; 
    text-align: center;
    color: #333;
}