JSFiddle - React, Tailwind, and code Playground
by cpt_comic
HTML
<div class="mypost">
I want this DIV to be as wide as this image
but minimum 400 px
<img src="http://i261.photobucket.com/albums/ii72/stylebook18/karlaskloset/kkloset2/kkloset3/gol4.jpg">
But it is smaller
</div>
CSS
.mypost {
border: 1px solid Peru;
font-family: arial;
margin: auto;
min-width: 400px;
width: 400px;
}