JSFiddle - React, Tailwind, and code Playground

HTML

<div class="article">
    
    <p>SuperDog</p>
</div>
<div class="article">
  
    <p>SuperDog</p>
</div>

CSS

.article
{
    clear: both;
    width: 400px;
}
.article img
{
    float: left;
}
.article p
{
    float: right;
}