JSFiddle - React, Tailwind, and code Playground

by nimishgoel056

HTML

<div class='container'>
    <div id="first">fdsfdsfds</div>
    <div id="second"><a href="https://br.linkedin.com/in/danilosabbagh" target="new">my linkedin</a>
    </div>
    
</div>

CSS

.container {
    width: 300px;
    margin: auto;
}
#first {
    width: 100px;
    float: left;
    height: 300px;
    background-color: blue;
}
#second {
    width: 200px;
    
    height: 300px;
    background-color: green;
    color: white;
}