JSFiddle - React, Tailwind, and code Playground

by pedro_g_s

HTML

<html>
            <head>
                <meta charset="UTF-8"/>
                <style>
                    * { 
                        margin: 0; 
                        padding: 0; 
                        box-sizing: border-box;
                        border-width: 0px;
                        font-smooting: auto;
                        -webkit-font-smoothing: auto;
                        word-break: break-word;
                        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
                    }
                    #container {
                        width: 179px;
                        height: 28px;
                    }
                </style>
                </head>
            <body>
                <div id="container">
                <span style=" color: rgb(0, 0, 0); font-size: 24px;">me sxplicakpasa</span>
                </div>
            </body>