JSFiddle - React, Tailwind, and code Playground

by Shaun Ellis

CSS

#warning { 
    position:absolute;
    top: 1px;        /* ensure no vertical scroll bar in FF */
    left: 0px;
    /*width: 100%;*/    /* this causes horizontal scroll bar in FF */
    right: 0px;
    clear: both; 
    color: #ffffff; 
    padding: 0px 0px 0px 10px; 
    background: red; 
    height: auto; /* this causes horizontal scroll bar in FF - 2.3em */
    line-height: 25px; 
    vertical-align: middle; 
    font-family: arial, sans-serif;
    font-size: 12px;
    text-align: center;
}