JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td class="book_image"><img src="http://livingyourlifetoday.com/TheKeyofLife/thePathToProsperity_t.jpg" /></td>
        <td class="book_description">James Allen was one of the forefathers of the power of positive thinking. In this book you will learn how to change your life through the way you think.</td>
    </tr>
        <tr>
        <td class="book_image"><img src="http://livingyourlifetoday.com/TheKeyofLife/thePathToProsperity_t.jpg" /></td>
        <td class="book_description">James Allen was one of the forefathers of the power of positive thinking. In this book you will learn how to change your life through the way you think.</td>
    </tr>
        <tr>
        <td class="book_image"><img src="http://livingyourlifetoday.com/TheKeyofLife/thePathToProsperity_t.jpg" /></td>
        <td class="book_description">James Allen was one of the forefathers of the power of positive thinking. In this book you will learn how to change your life through the way you think.</td>
    </tr>
</table>

CSS

.book_image{
 width:auto;
}
.book_description{
vertical-align:top;
}