JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <div class="container">
        <p>
        Taj Mahal, the symbol of love is in India.
        </p>    
    </div>
</body>

CSS

body {  background:url("http://www.travelage.in/img/Taj-mahal-night.jpg");      
      min-height : 100%;
      min-width : 100%;
      background-repeat:no-repeat;
      overflow-y: hidden;
      overflow-x: hidden;
      color : white; /* for ths example */
     }