JSFiddle - React, Tailwind, and code Playground
by gregbabula
CSS
/* mlb scoreboard */
.reviewAlerts,
#sbContent .scoreboard-expanded .boxscore .alertMessages .reviewAlerts {
display: block;
}
.reviewAlerts::after,
#sbContent .scoreboard-expanded .boxscore .alertMessages .reviewAlerts::after {
display: inline-block;
float: right;
width: 145px;
height: 20px;
content: "";
background-image: url(http://ui.bamstatic.com/clubs/mlb/images/sponsorship/samsung/replay_white_290x50.png);
background-size: 145px 20px;
}
.lt-ie9 .reviewAlerts::after,
.lt-ie9 #sbContent .scoreboard-expanded .boxscore .alertMessages .reviewAlerts::after {
content: url(http://ui.bamstatic.com/clubs/mlb/images/sponsorship/samsung/replay_white_145x20.png);
background-image: none;
}