Float Classes

  • float-right
  • float-left 
  • float-none 

Tailwind CSS Float

This class accepts more than one value in tailwind CSS. It is the alternative to the CSS float property. The float class defines the flow of content for controlling the wrapping of content around an element. 

Similar Reads

Float Classes

float-rightfloat-left float-none...

float-right Class

This class is used to make the element float on the right side of the container....

float-left Class

This class is used to make the element float on the left side of the container....

float-none Class

This class is used to make the element float at the default place. We are using the center tag so the image is placed at the center....