JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html> 
<html>
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1"> 
    <title>jQuery Mobile Docs - Lists with Thumbnails</title> 
    <link rel="stylesheet"  href="//code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />  
    <script src="//code.jquery.com/jquery-1.7.1.min.js"></script>
    <script src="//code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>

</head> 
<body> 

    <div data-role="page">

        <div data-role="header" data-theme="a">

                    <a href="#" data-icon="delete" data-role="button" data-iconpos="notext" data-theme="c">Logout</a>
                    <a href="#" data-icon="delete" data-role="button" data-theme="c">Logout</a>
<a href="#" data-icon="delete" data-role="button" data-iconpos="notext" data-theme="c">Logout</a>
  <!-- /grid-b -->
        </div><!-- /header -->

    </div><!-- /page -->

    </body>
    </html>