JSFiddle - React, Tailwind, and code Playground

HTML

<img src='http://www.placehold.it/250'>
<p>At, harum accumsan ligula delectus perferendis deserunt, tincidunt officiis repudiandae congue, cupidatat? Ullamco. Lacus dicta ratione pede mattis quos blandit.</p>

CSS

img {
    float: right;
    box-shadow: 0 0 0 5px #FFFFFF, 0 0 0 7px #F6B616;
    margin: 7px 5px 5px 13px;
    width: 250px;
}
p {
    font-size: 19px;
    white-space: pre-wrap;
    border: 2px solid #F6B616;
    padding: 5px;
    margin: 5px;
}