JSFiddle - React, Tailwind, and code Playground

by Adam Poczatek

HTML

<table border="1">
    <tr>
        <th>Tytul</th>
        <th>Album</th>
        <th>Wykonawca</th>
        <th>Odtwarzaj</th>
    </tr>
    <tr>
        <td><img src="http://1.bp.blogspot.com/_AxApNQL6N6g/TNlcQEfRAfI/AAAAAAAAACE/ED9yryumzHc/s1600/lil-wayne-tha-carter-2-II-album-cover-official-.jpg" width="50" height="50" /></td>
        <td>The Carter 2</td>
        <td>Lil Wayne</td>
        <td><iframe width="250" height="25" src="http://www.youtube.com/embed/C7QSKuNOKAI?rel=0" frameborder="0" allowfullscreen></iframe></td>
     </tr>
     <tr>   
        <td><img src="http://i1178.photobucket.com/albums/x378/sdf123/00PIH-DowdRzeczowyNr22011-cover.jpg" width="50" height="50" /></td>
        <td>Dowod Rzeczowy nr 2</td>
        <td>PIH</td>
        <td><iframe width="250" height="25" src="http://www.youtube.com/embed/guyBuc3ZHYI?rel=0" frameborder="0" allowfullscreen></iframe></td>
    </tr>
</table>