JSFiddle - React, Tailwind, and code Playground

HTML

<div id="testdiv">
    Test data
    <br/>
    Next line
</div>

CSS

#testdiv
{
    height:300px;
    width:100%;
    line-height:50px;
    line-height:100px\9;    
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #testdiv {
     background : red;
    }
}