JSFiddle - React, Tailwind, and code Playground

HTML

<div id="content">
<h1><b>Company News 1</b></h1>
<img src="http://www.placehold.it/120x120">
<span style="">A lot of text...A lot of text...A lot of text...A lot of text...A lot of text...A lot of text...A lot of text...A lot of text...A lot of text...</span>

CSS

#content img{
border: 2px solid black;
vertical-align: middle;
    width:120px;
    height:120px;
float:left;
}