JSFiddle - React, Tailwind, and code Playground

by bouillard

HTML

<table>
    <tr>
        <td>
            <img src="http://almin.mon-maraicher.fr/photos/almin/products_4_th.jpg">
        </td>
        <td>
            <img src="http://almin.mon-maraicher.fr/photos/almin/products_4_th.jpg">
        </td>
    </tr>
    <tr>
        <td>
            <img src="http://almin.mon-maraicher.fr/photos/almin/products_4_th.jpg">
        </td>
        <td  style='position: relative;'>
            <img src="http://almin.mon-maraicher.fr/photos/almin/products_4_th.jpg">
            <img class='promotion_new' src="http://almin.mon-maraicher.fr/_icons/colorful-stickers/32x32/promotion_new.png">
        </td>
    </tr>
</table>

CSS

.promotion_new {
  position : absolute;
  top : -8px;
  left : -8px;
}