JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<head></head>
<body>
    <div style='width:600px;min-height:50px;border:1px solid black;padding:5px;'>
        <img src='pic.jpg' style='border:1px solid #C0C0C0;padding:5px;float:left;height:150px;width:150px; clear:both'>
        <p>Version 1 </p>
        <br style="clear:both" />
    </div>
    
        <div style='width:600px;min-height:50px;border:1px solid black;padding:5px;'>
        <img src='pic.jpg' style='border:1px solid #C0C0C0;padding:5px;float:left;height:150px;width:150px; clear:both'>
        <br style="clear:both" />
        <p>Version 2</p>
    </div>
   
</body>
</html>