JSFiddle - React, Tailwind, and code Playground

HTML

<div style="margin-top:25px;">
        <div style="display:inline-block; height:200px; width: 200px;">
            <img src="http://bitrebels.com/wp-content/uploads/2011/02/Original-Facebook-Geek-Profile-Avatar-6.jpg" height="200" style="float:left;" />
        </div>
        <div style="display:inline-block; font-size:28pt; text-transform:uppercase; font-weight:bold; margin-left:20px; vertical-align:top; ">
            <span style="vertical-align: top;">
            FirstName LastName
                </span>
        </div>
    </div>