JSFiddle - React, Tailwind, and code Playground

by Yusril Maulidan Raji

HTML

<link rel="stylesheet" href="https://rawgit.com/yusrilmr/TestingPortalJQM/master/jquery-ui.css">
<link rel="stylesheet" href="https://rawgit.com/yusrilmr/TestingPortalJQM/master/jquery.mobile.theme.css">
<link rel="stylesheet" href="https://rawgit.com/yusrilmr/TestingPortalJQM/master/jquery.mobile.structure.css">
<script src="https://rawgit.com/yusrilmr/TestingPortalJQM/master/jquery.js"></script>
<script src="https://rawgit.com/yusrilmr/TestingPortalJQM/master/jquery-ui.js"></script>
<script src="https://rawgit.com/yusrilmr/TestingPortalJQM/master/jquery.mobile.js"></script>
<div data-role="page">

  <div data-role="header" class="ui-header ui-bar-a">
    <h1>Page Title</h1>
  </div>
  <!-- /header -->

  <div data-role="content">
    <div class="ui-field-contain">
      <label for="LabelIdentification">Identification:</label>
      <label id="LabelIdentification" runat="server"></label>
    </div>
    <div class="ui-field-contain">
      <label for="LabelIdentificationUsedByClient">Identification Used by Client:</label>
      <label id="LabelIdentificationUsedByClient" runat="server"></label>
    </div>
    <div class="ui-field-contain">
      <label for="LabelLocationName">Location Name:</label>
      <label id="LabelLocationName" runat="server"></label>
    </div>
    <div class="ui-field-contain">
      <label for="LabelLocationAddress">Location Address:</label>
      <label id="LabelLocationAddress" runat="server"></label>
    </div>
    <div class="ui-field-contain">
      <label for="LabelLocationCity">Location City:</label>
      <label id="LabelLocationCity" runat="server"></label>
    </div>
    <div class="ui-field-contain">
      <label for="LabelLocationZipcode">Location Zipcode:</label>
      <label id="LabelLocationZipcode" runat="server"></label>
    </div>
    <div class="ui-field-contain">
      <label for="LabelLocationPhonenumber">Location Phonenumber:</label>
      <label id="LabelLocationPhonenumber" runat="server"></label>
    </div>
   ...

JavaScript

console.log($.prototype.jquery);
console.log($.fn.jquery);
console.log($.mobile.version);