JSFiddle - React, Tailwind, and code Playground

by megaadriano

HTML

<div id="dialogQrCode" class="gj-display-none" width="8cm" data-auto-open="false" data-modal="true" style="display:none!important">
                                    <div data-role="body" id="qrBody" style="height: 8cm; width:8cm">
                                        <!--<table style="margin-left:auto;margin-right:auto;border: 1px solid black;width:6cm">
        <tr><th style="font-size:1cm;font-family:Arial" >QR Code do Ativo</th></tr>
        <tr><th style="font-size:0.8cm;font-family:Arial" id="TAG_QR">TAG:</th></tr>
        <tr><th style="font-size:14px;font-family:Arial" id="DESCRICAO_QR">DESCRI&Ccedil;&Atilde;O:</th></tr>
        <tr><td colspan="2" style="text-align:center; height:120px; border-top:1px solid black" id="qrcode"></td></tr>
    </table>-->
                                        <table style="margin-left:auto;margin-right:auto;border: 1px solid black;width:6cm;height:6cm">
                                            <tr><th colspan="2" style="padding: 0px 0px 0px 0px;border: none; font-size: 0.25cm; font-family: Arial; height: 0.25cm; text-align: center; width: 100%; border: none; ">QR Code do Ativo</th></tr>
                                            <tr><th style="padding: 0px 0px 0px 0px;border: none; font-size: 0.2cm; font-family: Arial; min-height: 0.2cm; width: 50%; text-align: right; ">TAG:</th><th style="font-size: 0.2cm; font-family: Arial; height: 0.2cm; width: 50%; text-align: left; border: none; padding:0px 0px 0px 0px " id="TAG_QR"></th></tr>
                                            <tr><th style="padding: 0px 0px 0px 0px; border: none; font-size: 0.2cm; font-family: Arial; min-height: 0.2cm; width: 50%; text-align: right; ">DESCRI&Ccedil;&Atilde;O:</th><th style="font-size: 0.2cm; font-family: Arial; height: 0.2cm; width: 50%; text-align: left; border: none; padding: 0px 0px 0px 0px " id="DESCRICAO_QR"></th></tr>
                                            <tr><th style="padding: 0px 0px 0px 0px; border: none;...