JSFiddle - React, Tailwind, and code Playground

by trott

HTML

<img class="float-left" src="http://9.mshcdn.com/follow/uploads/topic/image/ff/40/44/b7/50/6f/thumb_meme-machine-e270a5b7cb.jpg">

    <p class="narrow-so-i-wrap">Hey, I'm going to wrap all around this thing here. It's going to be awesome. Check me out!</p>

CSS

.narrow-so-i-wrap {
    width:150px;
}
.float-left {
    float:left;
    margin-right:.5em;
}