JSFiddle - React, Tailwind, and code Playground

by vend3tta

HTML

<p>
    <div class="b-figure b-figure_alignleft">
        <figure><img src="http://new-files.org.ua/uploads/posts/2011-01/1295118221_girls4.jpg" alt="" style="width:240px" /></figure>
        <figcaption>Image 1</figcaption>
    </div>
    The second thing that fascinates me that in all the legalese that you find in the patent and ruling documents you can actually begin to see the outline of this mentioned technology if you know what you are looking for and know where to look. The final determination specifically mentions claims 1 and 8 of said patent.
     <div class="b-figure b-figure_alignright">
        <figure><img src="http://bm.img.com.ua/img/prikol/images/large/4/1/148214_256679.jpg" alt="" style="width:280px"></figure>
        <figcaption>Image 2</figcaption>
    </div>
    So let’s first have a look at what the patent is about and then share the experience of actually seeing that Apple is right in asserting their ownership. The second thing that fascinates me that in all the legalese that you find in the patent and ruling documents you can actually begin to see the outline of this mentioned technology if you know what you are looking for and know where to look. So let’s first have a look at what the patent is about and then share the experience of actually seeing that Apple is right in asserting their ownership. The second thing that fascinates me that in all the legalese that you find in the patent and ruling documents you can actually begin to see the outline of this mentioned technology if you know what you are looking for and know where to look.
    <div class="b-figure b-figure_alignleft">
        <figure><img src="http://softlife.com.ua/uploads/posts/2011-05/1305772444_girls-wallapack-2.jpg" alt="" style="width:400px" /></figure>
        <figcaption>Image 3</figcaption>
    </div>
    The final determination specifically mentions claims 1 and 8 of said patent. So let’s first have a look at what the patent is about and then share the experience of...

CSS

body {
    padding: 20px;
    background: #f8f8f8;
    font-family: Arial;
    font-size: 12px;
    line-height: 16px
    }
p {
    margin: 1em 0;
    text-align: justify
    }

.b-figure {
    margin: 10px auto;
    padding: 5px;
    border: 1px solid #bbb;
    box-shadow: 0 0 3px #ddd;
    border-radius: 2px;
    background: #fff
    }
.b-figure_alignleft {
    float: left;
    margin-right: 10px
    }
.b-figure_alignright {
    float: right;
    margin-left: 10px
    }
figure {
    margin: 0;
    padding: 0
    }
figcaption {
    text-align: center;
    font-size: 11px;
    font-weight: bold
    }
img {
    display: block
    }