JSFiddle - React, Tailwind, and code Playground

by mcgrailm

HTML

<fieldset class="remove">
    <span class="itemtype">story</span>
    <span class="itemtype">53547</span>
    <span class="title">New online education program aimed at curbing dangerous drinking</span>
    <span class="buttons"> 
        <a href="#" target="blank"><img src="img/edit.png" alt="edit story" />Edit</a>
        <a href="#7" target="blank" class="read">Read</a> 
    </span>
    <input type="hidden" name="featured[items][53547]" value="story" />
</fieldset>

CSS

fieldset span{padding:50px 10px 0px 10px;float:left;clear:none;}
fieldset span.buttons{
    float:right;
}

.read{
    background:url("http://www.bibliomania.com/graphics/read.gif") no-repeat center left;;
}