JSFiddle - React, Tailwind, and code Playground

by Imri Paloja

HTML

<link rel="stylesheet" href="http://www.eurobytes.nl/css/class.css">
<div class="align related">
  <b>
    Related
  </b>

    <ul>
      <li>
        <a href="#" title="How do I install OpenMW - EuroBytes">How do I install OpenMW</a>
      </li>
      <li>
        <a href="#" title="Nagios or Icinga - EuroBytes">Nagios or Icinga</a>
      </li>
      <li>
        <a href="#" title="0 A.D. Alpha 14 Naukratis - EuroBytes">0 A.D. Alpha 14 Naukratis</a>
      </li>
      <li>
        <a href="#" title="Privacy &amp; Security - EuroBytes">Privacy &amp; Security</a>
      </li>
      <li>
        <a href="#" title="Native Viber for Linux - EuroBytes">Native Viber for Linux</a>
      </li>
      <li>
        <a href="#" title="League of Legends under Ubuntu - EuroBytes">League of Legends under Ubuntu</a>
      </li>

      <li>
        <a href="#" title="Howto install the latest codelite in Ubuntu - EuroBytes">Howto install the latest codelite in Ubuntu</a>
      </li>

      <li>
        <a href="#" title="Conky manager review and howto - EuroBytes">Conky manager review and howto</a>
      </li>

      <li>
        <a href="#" title="Howto compile the Gimp 2.8.6 in Ubuntu - EuroBytes">Howto compile the Gimp 2.8.6 in Ubuntu</a>
      </li>

      <li>
        <a href="#" title="WhatsApp and Viber in Ubuntu 13.04 - EuroBytes">WhatsApp and Viber in Ubuntu 13.04</a>
      </li>
    </ul>
</div>

CSS

.related {   
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    height: auto;
    width: 250px;
}
.related b {
    border-bottom:1px solid #CCCCCC; 
    float:left;
    font-size: 135%;
    text-align: center;
    text-transform: uppercase;
}

.related ul {
    padding-left:25px;
}
.related ul li {
    word-wrap:break-word;
    margin:0px;
    padding:0px;
    width:200px;
    text-align:left;
}



a:hover {
    text-decoration: underline;
}