JSFiddle - React, Tailwind, and code Playground

HTML

<h1> Lavier anthony </h1>
   <p> Bénévole au sein d'une association </p> <br/>
  
  <p>
    <img src="1.png"/>
</p>

   <h2> Mon Expérience </h2>
  
<h3> Création d'une association <em> Gaia & Compagnie </em> dans l'évenementiel </h3>
  
  

<img src="fond2.png" class="monimage" style="width: 137px; height: 90px;">

<ul class="maliste">
    <li>1</li>
    <li>2</li>
    <li>3</li>
</ul>

CSS

.monimage, .maliste
{
    float: left;
}