JSFiddle - React, Tailwind, and code Playground

by danield770

HTML

<figure>
 <img src=" http://placehold.it/200x150" width="200" height="150" alt="An image of a bunny rabbit." />
 <figcaption>Bunny rabits are cuddly and fluffy creatures with big ears. They eat carrots.</figcaption>
</figure>

CSS

figure {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}