JSFiddle - React, Tailwind, and code Playground

by dodozhang21

HTML

<div id="container">
    <div id="content">       
        
        <div id="callout">                 
            <p>aej;glkpaoi4etpoieart lsdlgklakdsgkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk</p>             
        </div>             
        
        <p>sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text </p>
        <p>sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample text sample...

CSS

body { 
    margin: 0;
    font: normal 12px/18px 'Helvetica', Arial, sans-serif;
    background: #44accf;
}
/* Positioning Rules */
#container { 
    width: 900px;
    margin: 0 auto;
}
#content { 
    position: relative; 
    padding: 20px 250px 60px 20px;
    background: #fff;
}
#callout { 
    position: absolute;
    top: 100px;
    bottom: 100px;
    right: -80px;
    width: 210px;
    padding: 20px;
    border-top: 5px solid #f95b34;
    background: #fa8366;
}
#footer { 
    position: fixed;
    bottom: 0;
    width: 860px;
    padding: 0 20px;
    background: #f36283;
}

/* Stylistic Rules */
#callout p {
    color: #fff;
}