JSFiddle - React, Tailwind, and code Playground
HTML
<!-- example for http://stackoverflow.com/questions/32863852/doxygen-image-borders -->
<div class="image">
<img width="300" src="https://images.unsplash.com/photo-1439902315629-cd882022cea0"/>
<div class="demo caption">Demo caption text</div>
</div>
CSS
.image {
text-align: center;
}
.image img {
border: 1px solid #000;
padding: 2px;
}