JSFiddle - React, Tailwind, and code Playground
by bazmegakapa
HTML
<div class="mypost">
<div class="test">I represent the image.</div>
</div>
CSS
.mypost {
border: 1px solid Peru;
margin: auto;
min-width: 200px;
display: inline-block;
background: red;
}
.test {
width: 100px;
height: 100px;
margin: 10px;
background: cyan;
}