JSFiddle - React, Tailwind, and code Playground

by Alaksandar Jesus Gene

HTML

<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
 <div class="who_we_are_images col-sm-2" id='who_we_are_image_1'>
                    <div class="col-sm-2">
                        text text text text
                    </div>
                </div>

CSS

#who_we_are_image_1{
        background: url('http://www.imagemagick.org/Usage/thumbnails/pad_compose.gif');
        width: 100px;
        height: 100px;
        border-radius: 50%
    }