JSFiddle - React, Tailwind, and code Playground

by rafmaz

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<div class="col-md-12">
    <div class="incident">
        <div class="col-md-2 titoli-intestazione bordo row">INCIDENTI</div>
        <div class="col-md-2 titoli-intestazione bordo row">CLIENTE</div>
        <div class="col-md-2 titoli-intestazione bordo">STATO</div>
        <div class="col-md-6 titoli-intestazione bordo row">DESCRIZIONE</div>
    </div>
</div>

CSS

.incident > .row:nth-child(odd) { background: #fff; }
.incident > .row:nth-child(even) { background: #D6DDED; }