JSFiddle - React, Tailwind, and code Playground

by Tahir Ahmed

HTML

<div style='text-align: center; border: 1px solid black;'>text
    <div style='position: relative; border:1px solid black;height: 150px;'>
        <img style='float: left; clear: both;' src='http://iconizer.net/files/Sketchdock_Ecommerce_Icons/orig/arrow-up-blue.png' />
        <img style='float: left; clear: both; position: absolute; bottom: 2px; left: 0;' src='http://iconizer.net/files/Sketchdock_Ecommerce_Icons/orig/arrow-down-blue.png' />
    </div>
</div>