JSFiddle - React, Tailwind, and code Playground

by urdh

HTML

<div id="container_movie" class="container_movie">
        <img src="http://cf1.imgobject.com/posters/06c/4ca640597b9aa17acc00006c/super-8-w154.jpg" onload="document.getElementById('container_movie').style.width = this.width + 'px'" />
        <p> super8<br/>
        22-07-’11 <span class="day_countdown">// 11 days</span>
        22-07-’11 <span class="day_countdown">// 11 days</span></p>
</div>

CSS

p { width: 100%; }