JSFiddle - React, Tailwind, and code Playground

by Prakash Upadhyay

HTML

<div class="third">
    <div class="brooo">
        <img src="brooo.png" height="200" width="200" style="border: 1px solid black; margin-top: 20px; margin-left: 30px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);">
    </div>
    <div class="thirdd">
        <p>BUSINESSES</p><br>
        <p>Buy mega companies or small bussiness such as gas stations, clothing stores, bars and more... <br><br>

            Employment rankings from 1 man jobs(taxi/gas station) to multi-level "businesses" that require CEO, VP(lieutenants), and standard employees. <br><br>

            Do you have what it takes to run a company that supplies the city with common commodities?</p>
    </div>
    </div>

CSS

.third{
    margin-top: 30px;
    background-color: #2F3030;
    border: 1px solid grey;
    height: 250px;
    display: flex;
}

.thirdd{
    color:rgb(255, 255, 255);}