JSFiddle - React, Tailwind, and code Playground

HTML

<div class="clearfix" id="one"> <img class="imac" src="http://placehold.it/150x100"> <p> I want to work in Computer Design, changing the way people interact with thoughtfully considered software and hardware experiences. </p>
    </div>

CSS

#one{
		background-color: #4E5B71;
		width: 100%;
		height: auto;
		padding: 15px;
		display: -webkit-flex;
		display: flex;
		align-items:center;
	}

	.clearfix{
		overflow: auto;
	}

	p{
		font-family: AvenirNext-Regular;
		font-size: 16px;
		color: #FFFFFF;
	}