JSFiddle - React, Tailwind, and code Playground

HTML

<!-- inizio notizie -->
<div class="tickertape">  <span class="marquee">
  <span><strong>1:</strong><a href="">abc</a> 1</span>
 <span><strong>2</strong> 2</span>
 <span><strong>3:</strong> 3</span>
 <span>sdfdfk3</span>

 
</span>
</div>
<!--fine notizie-->

CSS

/* new del sito */
 .hideText {
    text-indent: -999em;
    letter-spacing: -999em;
    overflow: hidden;
}
*, a:focus {
    outline: none !important;
}
button:focus {
    outline: none !important;
}
#content {
    margin: 0 !important;
    padding: 0 !important;
}
#tlyPageGuideWrapper, .filter-bar {
    display: none !important;
}
.table td, .table th {
    vertical-align: middle;
}
.table th {
    padding: 3px;
    text-align: center;
}
.table img {
    float: left;
}
}
.widget-messages ul li .glyphicons.single.bin i:before {
    color: #cccccc;
    position: relative;
    line-height: 20px;
    left: auto;
    top: auto;
}
.widget-messages ul li:last-child {
    margin: 0;
}
.tickertape {
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 0;
    position: relative;
    margin: 0 0 15px;
    background-color: #f9f9f9;
    background-image: -moz-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfdfd), to(#f4f4f4));
    background-image: -webkit-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: -o-linear-gradient(top, #fdfdfd, #f4f4f4);
    background-image: linear-gradient(to bottom, #fdfdfd, #f4f4f4);
    background-repeat: repeat-x;
    filter: progidXImageTransform.Microsoft.gradient(startColorstr=' #fffdfdfd', endColorstr='#fff4f4f4', GradientType=0);
    border: 1px solid #d8d8d8;
    color: #7c7c7c;
    box-shadow: 0 1px 0 0 #f7f7f7, 0 5px 4px -4px #d8d8d8;
    -moz-box-shadow: 0 1px 0 0 #f7f7f7, 0 5px 4px -4px #d8d8d8;
    -webkit-box-shadow: 0 1px 0 0 #f7f7f7, 0 5px 4px -4px #d8d8d8;
}
.tickertape .title {
    padding: 0 10px;
    float: left;
    width: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 32px;
}
.tickertape .marquee {
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    box-shadow: -2px 0 5px -4px #d8d8d8 inset, 2px 0 5px -4px #d8d8d8 inset;
   ...

JavaScript

// forum.html.it/forum - threadid=2909766