JSFiddle - React, Tailwind, and code Playground

by sandfresh

HTML

<script src="https://www.sitepoint.com/examples/jquery/1234.png"></script>


    <div class="box1">
 <img src="https://www.sitepoint.com/examples/jquery/1234.png"></img>
    </div>

CSS

.box1, .box2, .box3, .box4 {
      float:left;
      width:100px;
      height:100px;
      position:relative;
      background: #F3F2E2 url("1234.png") no-repeat;
    }