JSFiddle - React, Tailwind, and code Playground

by Ali Khaled

HTML

<!doctype html>
<html>
<head>
    <title>JQM Transition Test</title>
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta charset="utf-8">
   
    <link rel="stylesheet"  href="http://code.jquery.com/mobile/latest/jquery.mobile.css" /> 
    <script src="http://code.jquery.com/jquery-1.7.1.js"></script> 
    <script src="http://code.jquery.com/mobile/latest/jquery.mobile.js"></script>
    
    <style>
    .ui-page {
        -webkit-backface-visibility: hidden; 
    }
    </style>

</head>

<body id="body">
    <div data-role="page" id="page1">
        <div data-role="header"  data-tap-toggle="false" data-id="foo" data-position="fixed">
            <h1>Page 1</h1>
        </div>
        <div data-role="content">
            <ul data-role="listview">
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List item</h1><p>Goto Page 2</p></a></li>
                <li><a hreF="#page2"><h1>List...