JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <style type="text/css">
        html{width:100%}
        html body div{margin-left:auto;margin-right:auto;width:800px;}
        div#desc{margin-top:100px;background-color:white;width:500px;font-size:24px;}
        #photo{width:10px;height:10px}
    </style>
    <html>
    
      <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      </head>
    
    
      <body>
          <div>
        <div style="background-color: silver">
            <div id="desc">
            CSS<br/>
            IS<br/>
            THE<br/>
            HARDEST<br/>
            LANGUAGE<br/>
            EVER<br/>
            </div>
        </div>
        
    
         </div>
      </body>
    
    </html>