JSFiddle - React, Tailwind, and code Playground
by Suryar Praveen
HTML
<form name="personal_details" id="personal_details" method="POST">
<div class="container personal-detail-form register-form-for-box-shadow background-color-personal-details clearfix bordered-radius-box-shadow">
<div class="personal-detais-background">
<div class="col-xs-12 personal-detail-block">
<fieldset disabled="disabled">
<div class="col-lg-4 col-lg-offset-2 col-xs-6 text-right">
<p class="left-content-for-persoanl-details-page">Lycamobile Number</p>
</div>
<div class="col-lg-5 col-xs-5 personal-details-phone-number"><label class="label-right-content-for-persoanl-details">+<?php echo $json->response->GET_PERSONAL_INFORMATION_GBR_RESPONSE->PERSONALINFORMATION->MOBILE_NUMBER; ?>
</label></div>
<div class="col-lg-4 col-lg-offset-2 col-xs-6 text-right">
<p class="left-content-for-persoanl-details-page">Name</p>
</div>
<div class="col-lg-6 col-xs-6">
<input type="text" class="personal-details-page-border-none " id="title" name="title" value="<?php echo $json->response->GET_PERSONAL_INFORMATION_GBR_RESPONSE->PERSONALINFORMATION->TITLE; ?>" readonly />
<label class="label-right-content-for-persoanl-details ">
<input type="text" value="<?php echo $json->response->GET_PERSONAL_INFORMATION_GBR_RESPONSE->PERSONALINFORMATION->FIRST_NAME; ?>" readonly name="first_name" id="first_name" class="personal-details-page-border-none" />
<input type="text" value="<?php echo $json->response->GET_PERSONAL_INFORMATION_GBR_RESPONSE->PERSONALINFORMATION->LAST_NAME; ?>" readonly name="last_name" id="last_name" class="personal-details-page-border-none" />
</label>
</div>
<div class="col-lg-4 col-lg-offset-2 col-xs-6 text-right">
<p class="left-content-for-persoanl-details-page">
Date of Birth
</p>
</div>
<div class="col-lg-4...