JSFiddle - React, Tailwind, and code Playground

by Jeremy Lewis

HTML

<title>YoYoMcAwesome's Comics</title>
<body class="Body">
    <div class="Container">
        <div class="Container002">
            <img src="http://tottownusa.com/wp-content/uploads/2011/09/bear.png">
        </div>
    </div>

CSS

.Body {
		    margin:auto;
		    background:rgb(200, 200, 255)
		}
		.Container {
		    margin-left:auto;
		    margin-right:auto;
		    top:0px;
		    width:100%;
		    height: 500px;
		}
		.Container002 {
		    height: 389px;
		    width: 357px;
		    height: 389;
		    float: right;
		    background: rgb(255, 255, 255);
		}