JSFiddle - React, Tailwind, and code Playground

by Petra1999

HTML

<div class="askcont">
<div class="question"> But here’s a secret tip: I always just upload them into a tumblr post, save that post as a draft, copy the image addresses and paste them somewhere so i can use them later, and then delete the draft. Works like a charm!
</div>
<div class="asker">
<img src="https://66.media.tumblr.com/4479b019c2422c8bd9f1fea1ca7c94ba/69372b9da2225983-b1/s540x810/cb7342769cc32794de7a501373f8541a53a63c9c.gifv">
<div>sdfklsjdf</div></div>
</div>
<div class="answer">
But here’s a secret tip: I always just upload them into a tumblr post, save that post as a draft, copy the image addresses and paste them somewhere so i can use them later, and then delete the draft. Works like a charm!
</div>

CSS

.askcont {
      position: relative;
  overflow: hidden;
  text-align: left;
  background-color:#ccc;
   margin: 10px;
    width: 480px;
}

.askcont * {
      -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.askcont img {
   max-width: 100%;
   height:48px;
width:48px;
margin-bottom:15px;
margin-left:40px;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
    display: inline-block;
  z-index: 1;
  position: relative;
}

.askcont .question {
    background-color: #ddd;
  
  display: block;
  position:relative;
    margin: 0 0-20px;
    text-align: left;
padding:10px;
  font-size: 0.833em;
}

.askcont .question:after {

      right: 20px;
  bottom: 35px;
}

.askcont .asker {
     margin:0;
      text-align: center;
}
 

.answer {
  padding-left: 8px;
  padding-top:5px;
}