JSFiddle - React, Tailwind, and code Playground

by Jatin Patil

HTML

<link rel='stylesheet' href="testme.css">


    <body>

    <div class="mydiv">

        <img class="myimage" src="testme.jpg"/>

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

        Hi. Image with text on the same line.

    </div>

    </body></html>.

CSS

.mydiv {background: lightblue; width:100%; height: 250px;}

.myimage {float:left; width:100%; height:150px; margin:5px;}