JSFiddle - React, Tailwind, and code Playground

HTML

<div id="example">
    <img src="images/image3.jpg" width="226" height="129" />
    <h2>Example</h2>
    <p>text here  text here  text here  text here  text here  text here  text here  text here  text here  text here  </p>
</div>

CSS

#example {width:690px; height:auto; font-size:16px; margin:15px 0 0 0;}
#example img{float:left; margin-right:10px; }
#missao h2{float:right; font-size:16px; color:#444;}
#example p{ text-align:justify; }