JSFiddle - React, Tailwind, and code Playground

by Gretchen Ward

HTML

<div class="wrapper">
    <h1>Header</h1>
    <a href="#"><img src="https://placeholdit.imgix.net/~text?txtsize=33&txt=200%C3%97200&w=200&h=200" /></a>
</div>

CSS

.wrapper img { 
      width: 200px;
    }

.wrapper a {
display: inline-block;
}

.wrapper, h1 {
        text-align:center;    
        color:blue; 
    }