JSFiddle - React, Tailwind, and code Playground

by jazahn

HTML

<script src="https://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.2/jquery.mobile-1.4.2.min.css">
<div data-role="page" data-theme="a">
    <header data-role="header" data-position="fixed">This is a header</header>
    
</div>