JSFiddle - React, Tailwind, and code Playground

by xaliber

HTML

<div style="padding:2px;">

    <p>death to the traitor! death to the traitor! death to the traitor! death to the traitor! death to the traitor!
        <img src="http://upload.wikimedia.org/wikipedia/en/thumb/3/3e/Robotics%3BNotes_cover.png/250px-Robotics%3BNotes_cover.png" />
    <span id="great">death to the traitor!</span> death to the traitor! death to the traitor! death to the traitor! death to the traitor!
    </p>

    <section>
        <p>what the hell in mankin
        </p>
    </section>
    
</div>

CSS

div[style="padding:2px;"] > p:first-child:hover img + #great {
    font-size:20px; font-weight:bold;
    }