JSFiddle - React, Tailwind, and code Playground

by Stéphane LEGRAND

HTML

<div class="sect1">
    <h2>Léger</h2>
    <p>µTorrent pèse à peine plus de 1 Mo (moins qu'une photo numérique !) Il s'installe ultra rapidement et n'accapare les ressources de votre système.</p>   
</div>
<div class="sect2">
    <h2>Puissant</h2>
    <p>Want total control? uTorrent offers advanced settings such as automation, scripting, remote management and more.</p>   
</div>

CSS

.sect1, .sect2 {
    width:40%;
    background:url('http://www.utorrent.com/img/icons/feather.svg') no-repeat;
    background-position: 0 0;
    color:grey;
    font-size:100%;
    font-family:Cursive, sans-serif;
    padding-left:95px;
    display:inline-block;
    margin-bottom:25px;
}

.sect2 {
    background:url('http://www.utorrent.com/img/icons/lightning.svg') no-repeat;
}