JSFiddle - React, Tailwind, and code Playground

by Mohammed Ismail Ansari

HTML

<div id="div-one">
    div-one
</div>

CSS

#div-one
{
    width: 100px;
    height: 100px;
    background-color: Blue;
}

@media (min-width:500px)
{
    #div-one
    {
        background-color: Red;
    }
}

JavaScript

// CSS3 Overview: Media Queries